Re: [Wireshark-dev] Getting ACK/SEQ numbers in a dissector

2008-03-25 Thread Maynard, Chris
--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

Re: [Wireshark-dev] Getting ACK/SEQ numbers in a dissector

2008-03-25 Thread Greg Sinclair
: 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 &

Re: [Wireshark-dev] Getting ACK/SEQ numbers in a dissector

2008-03-24 Thread Guy Harris
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

[Wireshark-dev] Getting ACK/SEQ numbers in a dissector

2008-03-23 Thread Greg Sinclair
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