Wireshark-bugs: [Wireshark-bugs] [Bug 8718] ZigBee ZCL Identify cluster not managed
Date: Sun, 16 Jun 2013 14:39:53 +0000

Comment # 16 on bug 8718 from
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.