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 |
[email protected]
|
Reporter |
[email protected]
|
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.