aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-hdlc.c
AgeCommit message (Collapse)AuthorFilesLines
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-03-05Several small revisions:wmeier1-61/+60
- "if (!initialized)" not req'd in reg_handoff; - call find_dissector for "ppp" and "fr" only once in reg-handoff instead of each time the sub-dissector is called. - Move hf[] & etc to within proto_register... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27609 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-03Add a newline at the end of the file.martinm1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27592 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-03Artem Tamazov:etxrab1-0/+263
Introduction of decoding of MPLS payloads as HDLC PW (RFC4618) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3297 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27591 f5534014-38df-0310-8fa8-9805f1628bb7