From: <bc...@us...> - 2007-08-12 21:56:49
|
The Finn wrote: > tcpdump port 80 = works > etherape -f port 80 != works... > > please explain how the filtering works with this program for me? anyone > can point me at an example or some documentation ? You need to quote the filter expression to prevent shell globbing. tcpdump considers any non option parameter as an expression, while etherape uses a filter option. So, try -f "port 80", or input the filter expression in the preferences dialog. R |