aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-data.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-24Add option to generate MD5 hash for payload in data dissector. Useful forStephen Fisher1-0/+28
tracking the same data when the headers are different (NAT, TCP seq # randomization, etc). Copied from packet-frame.c. svn path=/trunk/; revision=34245
2010-05-19Added a preference to display data as text.Stig Bjørlykke1-3/+17
This fixes bug 4603. svn path=/trunk/; revision=32892
2009-06-29Added option to show not dissected packet data on a separate packet bytes pane.Balint Reczey1-6/+34
It makes offsets in the not dissected data easier to follow. svn path=/trunk/; revision=28885
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
(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-01-16Added a length entry.Stig Bjørlykke1-6/+13
svn path=/trunk/; revision=27244
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the ↵Jaap Keuter1-1/+19
Data dissector? Adding the data as a subtree to the Data dissector. svn path=/trunk/; revision=23018
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+71
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410