Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] [PATCH] Ethereal 'Follow TCP Stream' gets confused when symme

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 5 Jul 2003 17:32:21 -0700
On Thu, Jul 03, 2003 at 04:15:04PM -0400, Gregory Stark wrote:
> The attached patch straightens out this problem, it seems to work for me.

Checked in (with "memcmp() != 0" used instead of "!memcmp()"; my head
always hurts when I see "!" used with "*cmp" routines, as those routines
return 0 on A == B - and negative on A < B and positive on A > B, the
intent being that you can use the desired operator to compare the result
of the routine with 0 - so "!" means "equal", not "not equal").