https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4152
--- Comment #5 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-10-31 12:26:44 PDT ---
Some more stuff to fix:
Drop the packet-ltp.h header file, put the define in packet-ltp.c
All value_strings must end with {0, NULL} tuple
The test 'if (tree)' is invalid, must be removed to properly handle columns
Calls to proto_tree_add_uint_format() must be
proto_tree_add_uint_format_value()
To be portable array declarations must have integral constant expression for
size
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.