--Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Sinclair
Sent: Tuesday, March 25, 2008 9:54 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Getting ACK/SEQ numbers in a dissector
Bummer.
Well, in that case, is there a way in Wireshar
: Tuesday, March 25, 2008 1:24 AM
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Getting ACK/SEQ numbers in a dissector
Greg Sinclair wrote:
> Its the part I need help filling in. Can someone
> help me figure out how to do this in a regular dissector function? And
&
Greg Sinclair wrote:
> Its the part I need help filling in. Can someone
> help me figure out how to do this in a regular dissector function? And
> to make matters worse, I'd need the relative sequence number instead of
> the absolute sequence number.
There's no guarantee that you have the initia
I'm trying to write my first dissector and I'm having troubles... lots
of troubles.
The protocol I'm trying to work with does some simple encryption.
Basically it takes the position in the data stream and XORs it with the
cleartext data. So the decryption is very straightforward.. just take
the b