aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-445/+445
* From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris2002-08-261-57/+141
* From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP.Guy Harris2002-08-241-25/+5
* From Flavio Poletti: fix bug in decoding of maximum uplink and downlinkGuy Harris2002-08-231-3/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-13/+5
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Michal Melerowicz:Guy Harris2002-05-291-95/+137
* From Olivier Dreux: Add PPP support to GTP.Gerald Combs2002-05-291-11/+78
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-10/+10
* From Joerg Mayer: flag unused arguments as such.Guy Harris2002-05-021-53/+53
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+30
* More static-ization.Gilbert Ramirez2002-04-081-3/+3
* No C++ comments in C code, please.Guy Harris2002-01-311-2/+2
* Set some variables in the "can't happen" case of a UMTS QOS item with aGuy Harris2002-01-311-1/+4
* Updates from Michal Melerowicz.Guy Harris2002-01-311-207/+200
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-31/+41
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-16/+22
* If we have to worry about subdissectors changing the "packet_info"Guy Harris2001-11-211-11/+1
* Get rid of some unused variables.Guy Harris2001-11-211-4/+3
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-6/+5
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* Fix a bunch of places where "tvb_get_letohl()" was being used to fetchGuy Harris2001-10-301-13/+13
* IPv4 addresses should be entered in host byte order, not forcedGuy Harris2001-10-301-8/+8
* Avoid using non-ASCII characters in labels in the protocol tree - someGuy Harris2001-10-041-2/+2
* Show Boolean flags as Booleans.Guy Harris2001-09-271-9/+14
* Updates from Michal Melerowicz:Guy Harris2001-09-191-675/+998
* GTPv1 support and GTPv0 improvements, from Michal Melerowicz and NicolasGuy Harris2001-09-111-795/+3564
* Change all occurrencess of routeing to routing, even in comments. I respectedRichard Sharpe2001-08-131-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-53/+53
* Get rid of unnecessary includes.Guy Harris2001-04-231-2/+1
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris2001-04-101-1/+13
* ANSI C requires a statement in the 'default' case of a switch statement.Gilbert Ramirez2001-04-041-3/+5
* GTP support, from Michal Melerowicz.Guy Harris2001-04-041-0/+2084