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 forsfisher1-0/+28
tracking the same data when the headers are different (NAT, TCP seq # randomization, etc). Copied from packet-frame.c. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34245 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-19Added a preference to display data as text.stig1-3/+17
This fixes bug 4603. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32892 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-29Added option to show not dissected packet data on a separate packet bytes pane.rbalint1-6/+34
It makes offsets in the not dissected data easier to follow. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28885 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-16Added a length entry.stig1-6/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27244 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the ↵jake1-1/+19
Data dissector? Adding the data as a subtree to the Data dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23018 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7