aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
Commit message (Expand)AuthorAgeFilesLines
* The extension ID field in a Private Extension IU is 2 bytes, so theGuy Harris2004-03-301-9/+12
* Fix up the previous checkin.Guy Harris2004-02-271-3/+2
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-6/+4
* In "decode_qos_umts()", "length" can get assigned a 2-byte value, soGuy Harris2004-01-061-3/+3
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* From melerski [AT] poczta.onet.pl: fix a problem with unknown IEs.Guy Harris2003-11-291-4/+12
* Get rid of C++ comment.Guy Harris2003-10-221-2/+2
* From Michal Melerowicz:Guy Harris2003-10-161-909/+617
* Get rid of a value_string table that was used by now-deleted code.Guy Harris2003-10-161-12/+1
* Fix the XXX_to_str routinesGuy Harris2003-10-151-17/+20
* From Michal Melerowicz: remove obsolete GTP'v0 CDR dissection.Guy Harris2003-10-101-572/+7
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* You can't safely return from a routine a pointer to an automaticGuy Harris2003-09-201-4/+4
* Make the string variables in the *_to_str() functions non-static.Gerald Combs2003-09-181-16/+16
* From Michal Melerowicz: Properly terminate the return string inGerald Combs2003-09-181-3/+3
* Use "int"s as array indices - it squelches aGuy Harris2003-09-151-4/+6
* Fix a buffer overflow in msisdn_to_str(). Clean up string pointer handlingGerald Combs2003-09-141-28/+18
* Fix warning: guint8 is always <= 255Jörg Mayer2003-09-141-2/+2
* From Jesper Peterson:Guy Harris2003-08-261-2/+2
* Decode a bit more of the mobility management context message, and useGuy Harris2003-07-091-14/+59
* Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris2003-04-291-1/+5
* Thou Shalt Not Ever Make An Offset An 8-bit Quantity If Thou ArtGuy Harris2003-02-071-2/+3
* From Pasi Kovanen: display flow label IE in GTP v0 in hex.Guy Harris2003-01-311-3/+3
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-8/+8
* From Flavio Poletti: handle the hyphen in QoS inside RADIUS clientGuy Harris2003-01-021-1/+15
* From Michal Melerowicz: fix the display of IMSI for operators having aGuy Harris2002-12-101-7/+23
* From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theGuy Harris2002-12-051-1/+2
* From Andreas Trauer:Guy Harris2002-11-131-9/+8
* Instead of tweaking a "Protocol configuration options" extension headerGuy Harris2002-11-111-35/+39
* From Andreas Trauer:Guy Harris2002-11-111-23/+9
* From Andreas Trauer:Guy Harris2002-11-061-47/+79
* Get rid of a trailing blank.Guy Harris2002-11-051-2/+2
* Get rid of some trailing blanks in strings.Guy Harris2002-11-011-8/+8
* From Fritz Budiyanto: the command in the Packet Transfer Command IE isGuy Harris2002-11-011-3/+3
* Fix up some more byte-string displays.Guy Harris2002-10-261-14/+7
* Show the elements of authentication triplets as byte strings (as that'sGuy Harris2002-10-261-34/+16
* From Flavio Poletti: fix a bug in "decode_qos_umts()".Guy Harris2002-08-301-7/+13
* From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris2002-08-291-316/+316
* 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