Re: [Wireshark-dev] Building a protocol tree

2018-03-11 Thread Richard Sharpe
On Sun, Mar 11, 2018 at 5:04 AM, Paul Offord wrote: > I need some advice building a protocol tree. I’m trying to build a tree > like this: > > trb - protocol > > Label of “TRB Header” > trb.version – uint16 > trb.format – uint16 > trb.scheme_index – uint16 > trb.httpd – Boolean type but also int

[Wireshark-dev] Building a protocol tree

2018-03-11 Thread Paul Offord
I need some advice building a protocol tree. I'm trying to build a tree like this: * trb - protocol * Label of "TRB Header" * trb.version - uint16 * trb.format - uint16 * trb.scheme_index - uint16 * trb.httpd - Boolean type but also introducing a subtree