aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-08As suggested by Jakub, always update the digit value when the nibble is outsi...pascal1-4/+4
2012-04-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7042 :pascal1-1/+5
2012-03-30From Claude LeFrancois: Support 2 new GTP Information Elements. The Fully Qu...Anders Broman1-7/+92
2012-03-30From Liangfeng via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7012 :Jeff Morriss1-4/+4
2012-03-19Update cause values and export the extended value string.Anders Broman1-4/+8
2012-03-18Fix a checkAPIs error: Blurb matches field name.Bill Meier1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-13Remove a couple trailing commasJeff Morriss1-2/+2
2012-03-13Fix up indentation/white space. Use global tfs_yes_no instead of local version.Jeff Morriss1-547/+649
2012-03-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6947 :Jeff Morriss1-1/+1
2012-02-26Add entry for TPDU in the treeAnders Broman1-1/+15
2012-02-09Add comments about new IEsAnders Broman1-0/+32
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-01-24max_ul_ext isn't printed/decoded to the packet details log in GTP protocol pa...Anders Broman1-3/+4
2012-01-19Fix some duplicate display filter names.Chris Maynard1-16/+16
2011-12-03Handle 20 byte GTP' V0 header.Anders Broman1-330/+359
2011-12-02Extend ULI dissection.Anders Broman1-32/+53
2011-11-29Update value strings.Anders Broman1-138/+222
2011-11-28let packet-gsm_a_gm.c dissect Protocol Configuration Options.Anders Broman1-65/+27
2011-11-06Dissect RIM related IEsAnders Broman1-7/+61
2011-11-04Get rid of non-ASCII characters in comments.Guy Harris1-23/+24
2011-11-04Dissect RIM Routing Address Discriminator and RAN Transparent Container.Anders Broman1-6/+32
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-08-25- Remove expert Warning not relevant to all GTP variants.Anders Broman1-15/+5
2011-07-04Error: the blurb for field "Extension header" ("gtp.ext_hdr") matches the fie...Anders Broman1-2/+2
2011-07-03From Martin Isaksson:Anders Broman1-9/+85
2011-06-22Add a dissector table for CDR:sAnders Broman1-1/+6
2011-06-02Remove extra space at end of IMSI.Anders Broman1-9/+4
2011-04-20Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to beChris Maynard1-31/+26
2011-04-20From Vladimir Kazansky via bug 5849: Fix msisdn_to_str() so it converts all BCDChris Maynard1-1/+1
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2011-04-12Fix a few cases of proto_item_add_subtree() using the wrong tree: Coverity 91...Bill Meier1-29/+29
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-14/+14
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’Anders Broman1-1/+0
2011-03-12Add sub dissection of AVP MBMS Service Area.Anders Broman1-19/+30
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman1-1/+1
2011-03-03Make the _to_str() functions in here take a pointer to a TVB and an offsetJeff Morriss1-34/+29
2011-02-28Add private extensions under the right tree.Anders Broman1-1/+1
2011-02-26- Add a dissector table for Private Extensions.Anders Broman1-105/+112
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2011-02-09Register ett_gtp_bcm.Jeff Morriss1-12/+13
2011-02-02Use gprscdr to dissect CDRs.Anders Broman1-15/+15
2011-02-02A bit more indentation cleanupBill Meier1-30/+30
2011-02-02Get rid of unused variable warnings.Guy Harris1-89/+91
2011-02-01Dissect a bit more of data records.Anders Broman1-15/+101
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-2/+2
2011-01-31Replace some blurbs with NULLJeff Morriss1-13/+13