aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mesh.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
(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-05-03packet-mesh: remove forward declaration to non-existent reg_handoffwmeier1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28258 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-02Add the mesh header dissector for OLPC mesh network packets, and haveguy1-0/+114
the LLC dissector recognize and handle those packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28253 f5534014-38df-0310-8fa8-9805f1628bb7