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.

Date: Tue, 10 May 2005 21:35:15 +0200
> As long as were discussing new filter features, a college suggested
> 
> (ip.src & 255.255.128) == 1.2.3.128 type masking for addresses.

 "ip.src == 1.2.3.128/25" does that already.

it doesn't  "ip.src & 0.0.0.255 == 0.0.0.1" which for IP acls might come handy.