How does one use the `dir' specifier?  Can someone provide an example?
There are none in man tcpdump.

For example:
  With this command `tcpdump -w FILE -i eth1 host 192.168.1.7'

How would one specify a direction of 192.168.1.7 ==> DESTINATION only.

All my attempts result in one or another parse error

For example:
tcpdump -w FILE -i eth1 \( dir src host 192.168.1.7\)  
tcpdump: parse error

tcpdump -w FILE -i eth1 host 192.168.1.7 dir src 192.168.1.7
tcpdump: parse error

tcpdump -w FILE -i eth1 host 192.168.1.7 \(dir src 192.168.1.7\)
tcpdump: parse error

tcpdump -w FILE -i eth1 dir src 192.168.1.7  
tcpdump: parse error

I'm running out of ideas.

-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to