aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-turbocell.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-6/+2
svn path=/trunk/; revision=26277
2008-08-06From Hakim Bellam:Anders Broman1-84/+243
-Added support for aggregate frames -Added correct decoding for most fields svn path=/trunk/; revision=25945
2008-04-10Turbocell dissector, initially by Colin Slater for Ethereal 0.10.7, extended ↵Jaap Keuter1-0/+216
with help from sample capture by Jerome Poulin. svn path=/trunk/; revision=24886