aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24From Katrina Zhang sligtly modified.Anders Broman1-10/+13
2013-01-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8196 :Pascal Quantin1-0/+9
2013-01-11Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8193 :Pascal Quantin1-8/+16
2013-01-08Only the private extension IE value part should go in the tvb.Anders Broman1-2/+2
2012-12-30From Katrina Zhang:Pretify dissection if a dissector exists for the private e...Anders Broman1-6/+3
2012-12-14Copy-paste error.Anders Broman1-1/+1
2012-12-14From Martin Isaksson:Anders Broman1-9/+33
2012-12-07 Bug 3974 - wrong decoding of gtp.target identification.Anders Broman1-17/+41
2012-11-01High light bytes including the first lenght byte in the APN name.Anders Broman1-1/+2
2012-10-31The GTP dissector can't handle long APN names, max is 100.Anders Broman1-20/+21
2012-10-08From Martin Isaksson:Anders Broman1-35/+39
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-7/+7
2012-09-06Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7697 :Pascal Quantin1-2/+2
2012-08-23Comment out all but first value_string array entries with dup values:Bill Meier1-8/+8
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-07-28Fix inverted dissection of Pre-emption Capability and Pre-emption VulnerabilityPascal Quantin1-4/+4
2012-07-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7474 :Pascal Quantin1-9/+78
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-715/+718
2012-07-09Dissect Release 8 CDR:sAnders Broman1-1/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-17Allow future forward compatibilityPascal Quantin1-1/+1
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7371 :Pascal Quantin1-46/+156
2012-05-16From Pontus Andersson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...pascal1-1/+0
2012-05-07General minor cleanup including:Bill Meier1-816/+1238
2012-05-02From David Wei:Anders Broman1-10/+48
2012-04-30Fix some clang warnings (dead assignment/increment, assigned value is garbage...pascal1-5/+8
2012-04-26Fully dissect more IEsAnders Broman1-114/+132
2012-04-25Get rid of a few more of the explicitly defined ett:sAnders Broman1-107/+35
2012-04-22Fix a crash caused by an "off by one" defineBill Meier1-1/+1
2012-04-22Basic IE dissectoon for more IE:sAnders Broman1-78/+360
2012-04-20Add basic IE dissection for new IE:sAnders Broman1-123/+411
2012-04-20compile warning/error. flag unused argument with _U_Ronnie Sahlberg1-1/+1
2012-04-20Add the basic code to dissect IE APN Aggregate Maximum Bit Rate (APN-AMBR)Anders Broman1-4/+136
2012-04-14Cosmetic changesAnders Broman1-97/+103
2012-04-12Refactor to use dissect_gsm_map_msisdn().Anders Broman1-37/+13
2012-04-11Dissect IE Type = 106 fully.Anders Broman1-2/+29
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