Why does configure complain about zlib when I have the latest installed ?
configure: error: old zlib found when linking with X11 - get rid of old zlib.
I am 'configuring' from ethereal-2004-09-08
Glenn
-----Original Message-----
From: ethereal-users-bounces@xxxxxxxxxxxx
[mailto:ethereal-users-bounces@xxxxxxxxxxxx]On Behalf Of Guy Harris
Sent: Friday, September 10, 2004 3:10 PM
To: Ethereal user support
Subject: Re: [Ethereal-users] Please help!
Moshe Haviv wrote:
> For example :
>
> (ip.addr != 130.149.17.8 )and (ip.addr != 130.149.17.21 )
That matches packets where at least one IP address isn't 130.149.17.8
and at least one IP address isn't 130.149.17.21. Traffic between
130.149.17.8 and 130.149.17.21 would be matched, because 130.149.17.21
isn't 130.149.17.8 and 130.149.17.8 isn't 130.149.17.21.
To exclude all traffic to or from 130.149.17.8 or 130.149.17.21, use
!(ip.addr == 130.149.17.8) and !(ip.addr == 130.149.17.21)
(which is the same sort of test as
not host 130.149.17.8 and not host 130.149.17.21
in a capture filter).
_______________________________________________
Ethereal-users mailing list
Ethereal-users@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-users