Ethereal-users: [Ethereal-users] FW: What am I doing wrong?

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

From: "Berry, Richard" <BerryR@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 Sep 2002 12:05:10 -0500
Sorry about the HTML. Resending it in plain text...

Richard Berry 
LAN Engineer - Principal 
"Si hoc legere scis numium eruditionis habes." 
-----Original Message-----
From: Berry, Richard 
Sent: Friday, September 13, 2002 11:27 AM
To: 'ethereal-users@xxxxxxxxxxxx'
Subject: What am I doing wrong?


Hi.

Using Ethereal 0.9.6 to capture some multicast traffic. As I was working with the display filter, I built the filter:

ip.addr >= 224.0.0.1 and ip.addr < 255.255.255.255

However, packets containing a destination of 255.255.255.255 from a valid machine still passed the filter. I tried several things, including 

ip.addr >= 224.0.0.1 and ip.addr != 255.255.255.255

which didn't work either. Ultimately this worked:

ip.addr >=224.0.0.1 and !ip.addr == 255.255.255.255

What am I missing?
Richard Berry 
LAN Engineer - Principal 
"Si hoc legere scis numium eruditionis habes."