aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Set pinfo->link_dir per message not in the IE dissection.Anders Broman1-1/+19
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-06Make the GTP and GTP' dissectors new-style dissectors, so that they canGuy Harris1-17/+45
2013-03-05Use hf_gtp_ext_hdr_next for all "next header" fields, and get rid ofGuy Harris1-20/+3
2013-03-04If the length value is bad, an exception will be thrown; we don't needGuy Harris1-2/+2
2013-03-04Give 3GPP TS numbers for GTP v0, GTP v1, and GTP'.Guy Harris1-234/+218
2013-03-02Fix a copy/paste error and factorize dissection of extension header length an...Pascal Quantin1-25/+14
2013-03-02From Lakshmi Narayana Madala :Anders Broman1-23/+56
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