Wireshark-bugs: [Wireshark-bugs] [Bug 9545] New: Zbee ZCL wrong cluster dissector position.
Date: Tue, 10 Dec 2013 22:40:08 +0000
Bug ID 9545
Summary Zbee ZCL wrong cluster dissector position.
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee bugzilla-admin@wireshark.org
Reporter fabio.tarabelloni@reloc.it

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Specific clusters dissector (like OTA, IAS ZONE, THERMOSTAT) are added in the
packet-zbee-zcl.c file. The right position of these cluster I think is:

OTA        --> packet-zbee-zcl-general.c
IAS-ZONE   --> packet-zbee-zcl-sec-safety.c (to create)
THERMOSTAT --> packet-zbee-zcl-hvac.c (to create)

This solution is proposal in order to keep packet-zbee-zcl.c file cleaned and
more readable.


You are receiving this mail because:
  • You are watching all bug changes.