aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-09Decode a bit more of the mobility management context message, and useGuy Harris1-14/+59
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris1-1/+5
2003-02-07Thou Shalt Not Ever Make An Offset An 8-bit Quantity If Thou ArtGuy Harris1-2/+3
2003-01-31From Pasi Kovanen: display flow label IE in GTP v0 in hex.Guy Harris1-3/+3
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-8/+8
2003-01-02From Flavio Poletti: handle the hyphen in QoS inside RADIUS clientGuy Harris1-1/+15
2002-12-10From Michal Melerowicz: fix the display of IMSI for operators having aGuy Harris1-7/+23
2002-12-05From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theGuy Harris1-1/+2
2002-11-13From Andreas Trauer:Guy Harris1-9/+8
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris1-35/+39
2002-11-11From Andreas Trauer:Guy Harris1-23/+9
2002-11-06From Andreas Trauer:Guy Harris1-47/+79
2002-11-05Get rid of a trailing blank.Guy Harris1-2/+2
2002-11-01Get rid of some trailing blanks in strings.Guy Harris1-8/+8
2002-11-01From Fritz Budiyanto: the command in the Packet Transfer Command IE isGuy Harris1-3/+3
2002-10-26Fix up some more byte-string displays.Guy Harris1-14/+7
2002-10-26Show the elements of authentication triplets as byte strings (as that'sGuy Harris1-34/+16
2002-08-30From Flavio Poletti: fix a bug in "decode_qos_umts()".Guy Harris1-7/+13
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris1-316/+316
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-445/+445
2002-08-26From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris1-57/+141
2002-08-24From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP.Guy Harris1-25/+5
2002-08-23From Flavio Poletti: fix bug in decoding of maximum uplink and downlinkGuy Harris1-3/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-13/+5
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-05-29From Michal Melerowicz:Guy Harris1-95/+137
2002-05-29From Olivier Dreux: Add PPP support to GTP.Gerald Combs1-11/+78
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-10/+10
2002-05-02From Joerg Mayer: flag unused arguments as such.Guy Harris1-53/+53
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