Comment # 4
on bug 8718
from Pascal Quantin
Hi Fabio,
(In reply to comment #3)
> I don't know very well what is the best way to collapse all the clusters
> dissector. If you suggest to combine all the cluster dissector in the
> zbee-zcl file I think isn't a problem. So the packet-zbee-zcl.c size will
> increase a lot.
This was my idea yes. I saw in the ZigBee specification something like 36
different clusters, which would mean 36 small dissector files. I do not know
how other feel about it, but on my side I would prefer having 1 big file rather
than many small ones (or maybe a few big ones corresponding to the spec
chapters: packet-zbee-zcl-general.c for chapter 3,
packet-zbee-zcl-meas-sensing.c for chapter 4, ...) .
Probably just a matter of taste so it would be great to have others' feeling.
You are receiving this mail because:
- You are watching all bug changes.