aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Comment out all but first value_string array entries with dup values:wmeier1-8/+8
2012-08-01remove unnecessary underscores from display filtersmmann1-1/+1
2012-07-28Fix inverted dissection of Pre-emption Capability and Pre-emption Vulnerabilitypascal1-4/+4
2012-07-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7474 :pascal1-9/+78
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'wmeier1-715/+718
2012-07-09Dissect Release 8 CDR:setxrab1-1/+5
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1524/+2948
2012-02-26Add entry for TPDU in the treeetxrab1-1/+15
2012-02-09Add comments about new IEsetxrab1-0/+32
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
2012-01-24max_ul_ext isn't printed/decoded to the packet details log in GTP protocol pa...etxrab1-3/+4
2012-01-19Fix some duplicate display filter names.cmaynard1-16/+16
2011-12-03Handle 20 byte GTP' V0 header.etxrab1-330/+359
2011-12-02Extend ULI dissection.etxrab1-32/+53
2011-11-29Update value strings.etxrab1-138/+222
2011-11-28let packet-gsm_a_gm.c dissect Protocol Configuration Options.etxrab1-65/+27
2011-11-06Dissect RIM related IEsetxrab1-7/+61
2011-11-04Get rid of non-ASCII characters in comments.guy1-23/+24
2011-11-04Dissect RIM Routing Address Discriminator and RAN Transparent Container.etxrab1-6/+32
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-08-25- Remove expert Warning not relevant to all GTP variants.etxrab1-15/+5
2011-07-04Error: the blurb for field "Extension header" ("gtp.ext_hdr") matches the fie...etxrab1-2/+2
2011-07-03From Martin Isaksson:etxrab1-9/+85
2011-06-22Add a dissector table for CDR:setxrab1-1/+6
2011-06-02Remove extra space at end of IMSI.etxrab1-9/+4
2011-04-20Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to becmaynard1-31/+26
2011-04-20From Vladimir Kazansky via bug 5849: Fix msisdn_to_str() so it converts all BCDcmaynard1-1/+1
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-8/+8
2011-04-12Fix a few cases of proto_item_add_subtree() using the wrong tree: Coverity 91...wmeier1-29/+29
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-14/+14
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’etxrab1-1/+0
2011-03-12Add sub dissection of AVP MBMS Service Area.etxrab1-19/+30
2011-03-06Prepare to remove old bssgp code by changing exports.etxrab1-1/+1
2011-03-03Make the _to_str() functions in here take a pointer to a TVB and an offsetmorriss1-34/+29
2011-02-28Add private extensions under the right tree.etxrab1-1/+1
2011-02-26- Add a dissector table for Private Extensions.etxrab1-105/+112
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2011-02-09Register ett_gtp_bcm.morriss1-12/+13
2011-02-02Use gprscdr to dissect CDRs.etxrab1-15/+15
2011-02-02A bit more indentation cleanupwmeier1-30/+30
2011-02-02Get rid of unused variable warnings.guy1-89/+91
2011-02-01Dissect a bit more of data records.etxrab1-15/+101
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.wmeier1-2/+2
2011-01-31Replace some blurbs with NULLmorriss1-13/+13
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.etxrab1-8/+98
2011-01-30From Grzegorz Szczytowski:etxrab1-10/+29