Michael Tüxen
changed
bug 9701
Comment # 1
on bug 9701
from Michael Tüxen
Stuart,
when specifying the filter string, it depends on the sequence of the arguments
to what the filter string applies. You need to specify the filter string like
c:\temp> dumpcap -f "ip host 10.1.2.3" -i eth0 -i eth1 -w foo.pcapng
it it should apply to all interfaces. Please note that you can have a different
filter string per interface and therefore the sequence matters.
Best regards
Michael
You are receiving this mail because:
- You are watching all bug changes.