aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26Make dissection of AVP: 3GPP-User-Location-Info(22) l=15 f=V-- vnd=TGPP val=3...Anders Broman1-9/+40
2011-08-26Use ENC_BIG_ENDIAN.Anders Broman1-310/+310
2011-08-24Mark length parameter as unusedStephen Fisher1-1/+1
2011-08-24Use elm_len for the length.Anders Broman1-13/+13
2011-08-19Mark length as U(nsused)Anders Broman1-1/+1
2011-08-19Fix MM Context for E-UTRAN SRVCC elment lengthsAnders Broman1-13/+13
2011-08-03Convert "4 space tabs" to spaces + do other whitespace cleaup.Bill Meier1-1595/+1607
2011-08-03Minor cleanupBill Meier1-109/+110
2011-08-03AFAICT, the item for 'hf_gtpv2_stn_sr' should be used as the parent tree-item...Bill Meier1-2/+3
2011-08-02Fix Coverity CID 1248: unused value.Chris Maynard1-10/+8
2011-07-31Add comment.Anders Broman1-8/+12
2011-07-30Add 3GPP Sv interface.Anders Broman1-56/+579
2011-07-30Fix a typo.Stig Bjørlykke1-1/+1
2011-07-30CCRSI is not included in 3GPP 29.274 R8.Anders Broman1-2/+7
2011-05-20Use (what appears to be) the correct tvb for a function call: Fixes Coverity ...Bill Meier1-3/+1
2011-05-06 VALS(& -> VALS(Anders Broman1-5/+5
2011-04-21Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-946/+940
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-22/+18
2011-02-11Update 8.12 Indication IE to 3GPP TS 29.274 version 9.4.0 Release 9Anders Broman1-18/+56
2011-02-11Register a couple of ett_ variables.Jeff Morriss1-45/+49
2011-01-21CN-Id is two bytes.Anders Broman1-2/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-21/+19
2011-01-12Mark a parameter as unused.Anders Broman1-1/+1
2011-01-12Enhance IE dissection.Anders Broman1-14/+138
2011-01-11Improve dissection of UE Time Zone.Anders Broman1-9/+6
2011-01-10Shorten long winded strings.Anders Broman1-4/+4
2011-01-10Give CSID an abbreviation.Jeff Morriss1-1/+1
2011-01-09Get rid of check_col().Anders Broman1-2/+1
2011-01-08Try to fix:Anders Broman1-2/+3
2011-01-08Further IE dissection updates.Anders Broman1-21/+234
2011-01-07Don't try to display a string in BASE_DEC. Also delete duplicate registratio...Jeff Morriss1-13/+8
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anAnders Broman1-2/+2
2011-01-07Fix buildbot.Anders Broman1-9/+21
2011-01-07Add dissection of more IE:sAnders Broman1-73/+1143
2011-01-05Enhance IE dissection.Anders Broman1-10/+30
2011-01-04Give a couple of fields abbreviations.Jeff Morriss1-46/+46
2011-01-04Maeke use of dissect_e212_mcc_mnc_ep_str().Anders Broman1-1/+9
2011-01-04Add more info to the tree.Anders Broman1-43/+103
2011-01-03Prettify dissection of User Location Info (ULI). (Complete)Anders Broman1-7/+8
2011-01-03Prettify dissection of User Location Info (ULI).Anders Broman1-16/+41
2011-01-03Mark unused parameters as such.Anders Broman1-1/+1
2011-01-03Mark unused parameters as such.Anders Broman1-3/+3
2011-01-03Comment out a faulty line.Anders Broman1-1/+1
2011-01-03Enhance IE dissection and a number of bug fixes.Anders Broman1-81/+662
2010-12-30Extend IE dissetcion.Anders Broman1-68/+215
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-09-03GTPv2: IMSI is decoded improperly.Anders Broman1-23/+4
2010-07-21Fix warnings as seen in gcc 3.4.6Martin Mathieson1-4/+4
2010-07-21From KATAOKA Toshihiro via bug 5033:Stig Bjørlykke1-9/+16