aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-27From David Wei:Anders Broman1-8/+32
2012-04-25From David Wei:Anders Broman1-22/+71
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-12Bugfix and enhancement of MM Context dissection.Anders Broman1-247/+475
2012-04-11Dissect IE Type = 106 fully.Anders Broman1-27/+308
2012-04-09Fix a few calls to tvb_bcd_dig_to_ep_str and proto_tree_add_itempascal1-10/+10
2012-03-15From David Wei:Anders Broman1-1/+1
2012-02-14From David Wei:Anders Broman1-6/+12
2012-02-13Handle piggybacked messages.Anders Broman1-3/+19
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+5
2012-02-06From David Wei:Anders Broman1-115/+81
2012-02-04From David Wei:Anders Broman1-49/+270
2012-02-02dissect_gtpv2_mbms_session_duration(): 'tree' is unused but 'item' is. Mark ...Jeff Morriss1-8/+8
2012-02-02From David Wei:Anders Broman1-94/+522
2012-01-20As reported by hyphenated on #wireshark:Jörg Mayer1-1/+2
2012-01-19Fix some duplicate display filter names.Chris Maynard1-12/+2
2011-12-14Fix [-Wunused-but-set-variable] gcc warning;Bill Meier1-198/+198
2011-12-07Add a dissector table for private extensions.Anders Broman1-0/+12
2011-12-01Squelch a warning.Anders Broman1-1/+1
2011-12-01Extend dissection of GTPv2 EPS Security Context and Quadruplets.Anders Broman1-18/+246
2011-11-09Fix some [-Wunused-but-set-variable] warningsBill Meier1-37/+37
2011-11-06Dissect RIM related IEsAnders Broman1-2/+133
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-21Whitespace cleanup:Bill Meier1-9/+9
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
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