Wireshark-bugs: [Wireshark-bugs] [Bug 8718] ZigBee ZCL Identify cluster not managed
Date: Tue, 28 May 2013 20:10:20 +0000

Comment # 9 on bug 8718 from
(In reply to comment #8)
> (In reply to comment #7)
> > (In reply to comment #6)
> > > We can ask other' feeling sending an email to wireshark-dev mailing list.
> > > The only one problem to insert all dissectors in one single file is the file
> > > size, than the file could result not-easy readable. 
> > > This is my opinion, but I'm happy to accept the expert' suggestions.
> > 
> > Would having 1 dissector per spec chapter an acceptable tradeoff?
> 
> Yes could be acceptable. There are other clusters not defined in "ZigBee
> Cluster Library Specification" but defined into "ZigBee HA Profile".
> The idea could be:
> - one file for each zcl specs chapter
> - one file for each HA specs
> 
> I think this is the best solution. If all the clusters will be dissect the
> number of files will be maximum 8-9.

Finally my last question about single chapter files, can I keep split the
specific cluster information like:

/* basic cluster defines */
/* basic cluster variables */
/* basic cluster functions */

/* onoff cluster defines */
/* onoff cluster variables */
/* onoff cluster functions */

/* xxx cluster defines */
/* xxx cluster variables */
/* xxx cluster functions */

Thanks in advance
Fabio.


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