summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-gtp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* assign pointers to NULL rather than 0mmcc2015-12-221-2/+2
|
* Remove remaining instances of the register keyword.mmcc2015-11-161-27/+27
| | | | ok deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* Fix whitespace.jsing2011-09-181-11/+11
|
* Avoid potential 64-bit unaligned access on strict alignment architectures.jsing2011-09-181-2/+4
| | | | Spotted by and ok naddy@
* Correctly decode and print access point names.jsing2010-08-191-21/+41
|
* Fix a usage of logical and where binary and was intended.jsg2010-08-031-2/+2
| | | | Spotted by Mike Belopuhov. ok jsing@ deraadt@
* Add support to tcpdump for decoding the GPRS Tunnelling Protocol (GTP),jsing2009-11-041-0/+1800
used to carry GPRS data over IP for GSM and UMTS networks. The decoder understands GTPv0, GTPv0', GTPv1-C, GTPv1-U and GTPv1' traffic, however at this stage not all TLV fields are fully decoded. This work has been kindly sponsored by SystemNet AS (www.systemnet.no). "commit" deraadt@