https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5635
--- Comment #19 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-02-01 22:58:04 PST ---
Base code + patches Committed revision 35753, 35754 and 35755.
Comments on code changes
- Please move proto_register_tetra() to the end of the fie to keep with the
style of other dissectors.
- All C++ style comments (//) must be replaced by "/*" for portabillity
reasons.
- Please use proto_tree_add_item() isf _uint_ _bolean_ etc if the value isn't
needed.
- check_col() is no longer needed.
Best regards
Anders
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.