hi,
if i understand correctly, you would like to get all traffic except for
packets from network 10.x.x
# tcpdump net not 10
this will filter out packets whose addresses contain 10.x.x.x.
-alexm
22:09 09/08/2005
On Mon, 8 Aug 2005, Black, Michael wrote:
> I'm trying to set up some monitoring
On Aug 8, 2005, at 8:57 PM, Albert Chin wrote:
Nothing. Even if I specify the interface:
# tcpdump -i lan0
tcpdump:
# echo $?
1
OK, so it appears it's not a problem in the code to enumerate
interfaces.
What does "tcpdump -D" print?
# tcpdump
1.lan0
2.lo0
OK, so it's at least
CVS log entries from 08.08.2005 (Mon) 09:07:20 - 09.08.2005 (Tue) 09:07:01 GMT
=
Summary by authors
=
Author: guy
File: libpcap/INSTALL.txt; Revisions: 1.14
File: libpcap/Makefile