aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-simulcrypt.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-08-02Do dissector_add() only if port non-zero; register dissector for "decode-as".Bill Meier1-2/+8
svn path=/trunk/; revision=29268
2009-07-01Added error value tables.Stig Bjørlykke1-6/+68
svn path=/trunk/; revision=28913
2009-07-01Added support for Simulcrypt EMMG <-> MUX,Stig Bjørlykke1-270/+550
and generic support for other interfaces. svn path=/trunk/; revision=28902
2009-06-30Always register to tcp.port to be able to decode as.Stig Bjørlykke1-6/+2
svn path=/trunk/; revision=28890
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
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27650
2008-10-16Default: "dissector not registered on tcp.port";Bill Meier1-10/+9
svn path=/trunk/; revision=26482
2008-10-15Squelch warnings.Guy Harris1-4/+4
svn path=/trunk/; revision=26465
2008-10-15From David Castleford (with some changes by Bill Meier); See Bug #2935Bill Meier1-0/+746
svn path=/trunk/; revision=26464