Ethereal

Re: [Ethereal-dev] ip.addr != display filter does not work with bcasts/mcasts?
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: September 2004


Use  !(ip.addr==1.2.3.4)

ip.addr may occur multiple times in a packet and if any such occurence
happens to be something else, then ip.addr!=1.2.3.4  is true.


Essentially:

(ip.addr!=1.2.3.4)  !=  !(ip.addr==1.2.3.4)

:-)



On Sun, 05 Sep 2004 12:13:58 +0300, Yaniv Kaul <ykaul@xxxxxxxxxxxxxx> wrote:
> When trying to run:
> ip.addr != 1.2.3.4
> It didn't filter the packets:
> 1.2.3.4 -> 1.2.3.255
> 1.2.3.4 -> 224.2.223.232
> 
> Is that ok/known?
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>


Powered by MHonArc 2.6.10