aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+30
2002-04-08More static-ization.Gilbert Ramirez1-3/+3
2002-01-31No C++ comments in C code, please.Guy Harris1-2/+2
2002-01-31Set some variables in the "can't happen" case of a UMTS QOS item with aGuy Harris1-1/+4
2002-01-31Updates from Michal Melerowicz.Guy Harris1-207/+200
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-31/+41
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-16/+22
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-11/+1
2001-11-21Get rid of some unused variables.Guy Harris1-4/+3
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-6/+5
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-10-30Fix a bunch of places where "tvb_get_letohl()" was being used to fetchGuy Harris1-13/+13
2001-10-30IPv4 addresses should be entered in host byte order, not forcedGuy Harris1-8/+8
2001-10-04Avoid using non-ASCII characters in labels in the protocol tree - someGuy Harris1-2/+2
2001-09-27Show Boolean flags as Booleans.Guy Harris1-9/+14
2001-09-19Updates from Michal Melerowicz:Guy Harris1-675/+998
2001-09-11GTPv1 support and GTPv0 improvements, from Michal Melerowicz and NicolasGuy Harris1-795/+3564
2001-08-13Change all occurrencess of routeing to routing, even in comments. I respectedRichard Sharpe1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-53/+53
2001-04-23Get rid of unnecessary includes.Guy Harris1-2/+1
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-2/+2
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataGuy Harris1-1/+13
2001-04-04ANSI C requires a statement in the 'default' case of a switch statement.Gilbert Ramirez1-3/+5
2001-04-04GTP support, from Michal Melerowicz.Guy Harris1-0/+2084