Ethereal-dev: Re: [Ethereal-dev] ip.addr != 1.2.3.4 should work as expected

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Mon, 09 May 2005 23:35:51 +0200
Gilbert Ramirez wrote:

>So, maybe we need a different "==". One that means "there exists an x
>that is equal to y", and one that means "all x's equal y". Trying to
>borrow from logic, we could use "A" and "E":
>
>A(ip.addr) == 1.2.3.4
>E(ip.addr) == 1.2.3.4
>  
>
Hmmm, that doesn't sound very intuitive and I don't see a real
improvement beyond the current way !(ip.addr == 1.2.3.4)

Regards, ULFL