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.