aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-06 VALS(& -> VALS(etxrab1-5/+5
2011-04-21Avoid passing a NULL string pointer to format routines: some libc's (e.g.,morriss1-946/+940
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-22/+18
2011-02-11Update 8.12 Indication IE to 3GPP TS 29.274 version 9.4.0 Release 9etxrab1-18/+56
2011-02-11Register a couple of ett_ variables.morriss1-45/+49
2011-01-21CN-Id is two bytes.etxrab1-2/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-21/+19
2011-01-12Mark a parameter as unused.etxrab1-1/+1
2011-01-12Enhance IE dissection.etxrab1-14/+138
2011-01-11Improve dissection of UE Time Zone.etxrab1-9/+6
2011-01-10Shorten long winded strings.etxrab1-4/+4
2011-01-10Give CSID an abbreviation.morriss1-1/+1
2011-01-09Get rid of check_col().etxrab1-2/+1
2011-01-08Try to fix:etxrab1-2/+3
2011-01-08Further IE dissection updates.etxrab1-21/+234
2011-01-07Don't try to display a string in BASE_DEC. Also delete duplicate registratio...morriss1-13/+8
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anetxrab1-2/+2
2011-01-07Fix buildbot.etxrab1-9/+21
2011-01-07Add dissection of more IE:setxrab1-73/+1143
2011-01-05Enhance IE dissection.etxrab1-10/+30
2011-01-04Give a couple of fields abbreviations.morriss1-46/+46
2011-01-04Maeke use of dissect_e212_mcc_mnc_ep_str().etxrab1-1/+9
2011-01-04Add more info to the tree.etxrab1-43/+103
2011-01-03Prettify dissection of User Location Info (ULI). (Complete)etxrab1-7/+8
2011-01-03Prettify dissection of User Location Info (ULI).etxrab1-16/+41
2011-01-03Mark unused parameters as such.etxrab1-1/+1
2011-01-03Mark unused parameters as such.etxrab1-3/+3
2011-01-03Comment out a faulty line.etxrab1-1/+1
2011-01-03Enhance IE dissection and a number of bug fixes.etxrab1-81/+662
2010-12-30Extend IE dissetcion.etxrab1-68/+215
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-09-03GTPv2: IMSI is decoded improperly.etxrab1-23/+4
2010-07-21Fix warnings as seen in gcc 3.4.6martinm1-4/+4
2010-07-21From KATAOKA Toshihiro via bug 5033:stig1-9/+16
2010-06-29Dissect one F-containeretxrab1-3/+17
2010-06-28Mark an unused argument.stig1-1/+1
2010-06-28Dissect more GTPV2 IE'setxrab1-52/+315
2010-06-08Remove C++ style comment.etxrab1-2/+4
2010-06-08Fix packet-gtpv2.c:945:1: error: "/*" within commentetxrab1-1/+1
2010-06-08From Tamás Regõs:etxrab1-28/+112
2010-06-07ECI (E-UTRAN Cell Identifier) wrongly decoded.etxrab1-3/+3
2010-06-02Update value_strings with IE names.etxrab1-6/+27
2010-06-01Remove the now unused value_strings.etxrab1-33/+2
2010-06-01- Traffic flow template miss dissected, use de_sm_tflow_temp()etxrab1-429/+60
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-1592/+1585
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-05From Toshihiro KATAOKA:etxrab1-2/+13
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-20Fix for Bug 4588:dimeg1-6/+6