aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-30The extension ID field in a Private Extension IU is 2 bytes, so theguy1-9/+12
2004-02-27Fix up the previous checkin.guy1-3/+2
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,guy1-6/+4
2004-01-06In "decode_qos_umts()", "length" can get assigned a 2-byte value, soguy1-3/+3
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-11-29From melerski [AT] poczta.onet.pl: fix a problem with unknown IEs.guy1-4/+12
2003-10-22Get rid of C++ comment.guy1-2/+2
2003-10-16From Michal Melerowicz:guy1-909/+617
2003-10-16Get rid of a value_string table that was used by now-deleted code.guy1-12/+1
2003-10-15Fix the XXX_to_str routinesguy1-17/+20
2003-10-10From Michal Melerowicz: remove obsolete GTP'v0 CDR dissection.guy1-572/+7
2003-09-21Remove a bunch of duplicate semicolons.gerald1-2/+2
2003-09-20You can't safely return from a routine a pointer to an automaticguy1-4/+4
2003-09-18Make the string variables in the *_to_str() functions non-static.gerald1-16/+16
2003-09-18From Michal Melerowicz: Properly terminate the return string ingerald1-3/+3
2003-09-15Use "int"s as array indices - it squelches aguy1-4/+6
2003-09-14Fix a buffer overflow in msisdn_to_str(). Clean up string pointer handlinggerald1-28/+18
2003-09-14Fix warning: guint8 is always <= 255jmayer1-2/+2
2003-08-26From Jesper Peterson:guy1-2/+2
2003-07-09Decode a bit more of the mobility management context message, and useguy1-14/+59
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -guy1-1/+5
2003-02-07Thou Shalt Not Ever Make An Offset An 8-bit Quantity If Thou Artguy1-2/+3
2003-01-31From Pasi Kovanen: display flow label IE in GTP v0 in hex.guy1-3/+3
2003-01-28Panic if a preference starts with the name of the module to which itguy1-8/+8
2003-01-02From Flavio Poletti: handle the hyphen in QoS inside RADIUS clientguy1-1/+15
2002-12-10From Michal Melerowicz: fix the display of IMSI for operators having aguy1-7/+23
2002-12-05From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theguy1-1/+2
2002-11-13From Andreas Trauer:guy1-9/+8
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerguy1-35/+39
2002-11-11From Andreas Trauer:guy1-23/+9
2002-11-06From Andreas Trauer:guy1-47/+79
2002-11-05Get rid of a trailing blank.guy1-2/+2
2002-11-01Get rid of some trailing blanks in strings.guy1-8/+8
2002-11-01From Fritz Budiyanto: the command in the Packet Transfer Command IE isguy1-3/+3
2002-10-26Fix up some more byte-string displays.guy1-14/+7
2002-10-26Show the elements of authentication triplets as byte strings (as that'sguy1-34/+16
2002-08-30From Flavio Poletti: fix a bug in "decode_qos_umts()".guy1-7/+13
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onguy1-316/+316
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-445/+445
2002-08-26From Flavio Poletti: handle 3GPP QoS in RADIUS messages.guy1-57/+141
2002-08-24From Marcus Haebler: handle a sub-protocol field of 0x00 as PPP.guy1-25/+5
2002-08-23From Flavio Poletti: fix bug in decoding of maximum uplink and downlinkguy1-3/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-13/+5
2002-07-17From Joerg Mayer:guy1-5/+1
2002-05-29From Michal Melerowicz:guy1-95/+137
2002-05-29From Olivier Dreux: Add PPP support to GTP.gerald1-11/+78
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileguy1-10/+10
2002-05-02From Joerg Mayer: flag unused arguments as such.guy1-53/+53
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-2/+30
2002-04-08More static-ization.gram1-3/+3