Ethereal-dev: Re: [Ethereal-dev] [patch] packet-tcp.c and sequence wrap.

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Wed, 18 Sep 2002 14:43:51 +0200
On Wed, Sep 18, 2002 at 11:26:55AM +0000, didier wrote:
> The code in CVS doesn't work.
> 
> It's a copy and paste from the linux kernel. (I can mail a capture with 
> a sequence wrap).
> -#define GT_SEQ(x, y) ((x > y) || ((y - x) > 0x80000000))
> +#define GT_SEQ(x, y) ((gint32)(y - x) < 0)

As that code was written by me, I'd like to see the thinko - so yes, I'd
be happy if you could send me a capture.

 Ciao
      Jörg
--
Joerg Mayer                                          <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.