https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718

--- Comment #16 from Pascal Quantin <[email protected]> ---
Hi Fabio,

the following hunk can be removed:

+/* Boolean Codification */
+const value_string zbee_zcl_boolean_names[] = {
+  { 0, "False" },
+  { 1, "True" },
+  { 0, NULL }
+};

And replaced by the true_false_string tfs_true_false found in epan/tfs.h.

Then you just need to replace VALS(zbee_zcl_boolean_names) by
TFS(&tfs_true_false).

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:[email protected]?subject=unsubscribe

Reply via email to