https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2076
Bill Meier <wmeier@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wmeier@xxxxxxxxxxx
--- Comment #8 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-01-18 06:32:13 PST ---
A few other comments:
1. The #includes for stdio, stdlib, and string should be removed if they are
not required.
2. proto_reg_handoff... should be the last function in the dissector (Wireshark
standard format).
3. In the hf[] array the "blurbs" which are pointers to empty strings ("")
should be NULL pointers instead.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.