Re: [Wireshark-dev] Passing further information between dissections

2010-07-26 Thread Alan Bowman
Perfect, that's exactly what I was after. Thanks very much. Alan On 26 July 2010 09:07, Tarjei Knapstad wrote: > On 23 July 2010 13:49, Alan Bowman wrote: >> I have written two dissectors for some protocols I am using, one of >> which is wrapped inside the other.  Protocol B is used if a parti

Re: [Wireshark-dev] Passing further information between dissections

2010-07-26 Thread Anders Broman
Tarjei Knapstad skrev 2010-07-26 10:07: > On 23 July 2010 13:49, Alan Bowman wrote: > >> I have written two dissectors for some protocols I am using, one of >> which is wrapped inside the other. Protocol B is used if a particular >> byte (A6, below) in protocol A is a particular value. I hav

Re: [Wireshark-dev] Passing further information between dissections

2010-07-26 Thread Tarjei Knapstad
On 23 July 2010 13:49, Alan Bowman wrote: > I have written two dissectors for some protocols I am using, one of > which is wrapped inside the other.  Protocol B is used if a particular > byte (A6, below) in protocol A is a particular value.  I have > registered A using register_dissector_table().

[Wireshark-dev] Passing further information between dissections

2010-07-23 Thread Alan Bowman
I have written two dissectors for some protocols I am using, one of which is wrapped inside the other. Protocol B is used if a particular byte (A6, below) in protocol A is a particular value. I have registered A using register_dissector_table(). I can create a subset tvb and use dissector_try_po