ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4152] New dissector for LTP

Date: Sat, 31 Oct 2009 12:26:45 -0700 (PDT)
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.