aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-27Show Boolean flags as Booleans.guy1-9/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3957 f5534014-38df-0310-8fa8-9805f1628bb7
2001-09-19Updates from Michal Melerowicz:guy1-675/+998
1. simplified and shorter names 2. fixed problem with filtering (consequence of 1st point) 3. added more charging tickets git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3946 f5534014-38df-0310-8fa8-9805f1628bb7
2001-09-11GTPv1 support and GTPv0 improvements, from Michal Melerowicz and Nicolasguy1-795/+3564
Balkota. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3919 f5534014-38df-0310-8fa8-9805f1628bb7
2001-08-13Change all occurrencess of routeing to routing, even in comments. I respectedsharpe1-2/+2
capitalization, however. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3844 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-53/+53
"header_field_info" structure, including the ones that are later set by the routines to register fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3561 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-23Get rid of unnecessary includes.guy1-2/+1
Fix up Gerald's e-mail address in some files while we're at it, and fix up Michael T�xen's name in one file as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3368 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soguy1-2/+2
people don't blindly insert the old address into new dissectors, which is probably how it got into the dissectors being fixed here. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3348 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-10If the tvbuff pointer is null in "alloc_field_info()", get the dataguy1-1/+13
source name from "pi.compat_top_tvb", which should always be set to the tvbuff that refers to the data that old-style dissectors are currently working on. Arrange that it be so set in those dissectors that create alternate data sources and call other dissectors, and also arrange that "pi.len" and "pi.captured_len" be set appropriately as well. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3286 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-04ANSI C requires a statement in the 'default' case of a switch statement.gram1-3/+5
Use a ';' statement. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3254 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-04GTP support, from Michal Melerowicz.guy1-0/+2084
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3252 f5534014-38df-0310-8fa8-9805f1628bb7