Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6672] openSAFETY: Code clean up, various improvements and

Date: Wed, 14 Dec 2011 21:49:44 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6672

--- Comment #2 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-12-14 21:49:43 PST ---
Hi,
Value strings must be terminated with
{ 0, NULL}
Please run checkAPI on the code
+static const value_string sn_fail_error_group[] = {
+    { 0, "Device" },
+    { 1, "Application" },
+    { 2, "Parameter" },
+    { 3, "Vendor specific" },
+    { 4, "openSAFETY Stack" }
+};

Regards
Anders

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.