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
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
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().
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