aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
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