Ethereal-users: RE: [Ethereal-users] Again about filters
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
Simone,
If you use ip.addr !=
a.b.c.d either the source or the destination will match, and thus nothing gets filtered.
If you want to filter out traffic to and from a.b.c.d use !(ip.addr eq a.b.c.d)
. This looks the same, but this will deny all the matches on ip.addr == a.b.c.d,
and will filter out all traffic to and from a.b.c.d.
Best Regards,
Marco Rommelse
Van:
ethereal-users-bounces@xxxxxxxxxxxx [mailto:ethereal-users-bounces@xxxxxxxxxxxx]
Namens Simone Chemelli
Verzonden: dinsdag 14 december
2004 21:28
Aan: Ethereal
user support
Onderwerp: [Ethereal-users] Again
about filters
Hi all,
I
still have a issue with filters. Why if I use "ip.addr" I still see
some packets with dest or source discarded ?
See
screeshot.
Thanx
for any answer,
Simone
Chemelli
System integration
Serenissima Informatica S.p.a.
Via Croce Rossa 5 - 35129 Padova - Italy
Tel. +39 049 8291111
Fax +39 049 8291209
---
CONFIDENTIAL INFORMATION
The information transmitted is intended only for the person or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or taking
of any action in reliance upon, this information by persons or entities other
than the intended recipient is prohibited. If you received this in error,
please contact the sender and delete the material from any computer.
|