Wireshark-bugs: [Wireshark-bugs] [Bug 9701] -f {filter expression} ignored when capturing from t

Date: Sat, 25 Jan 2014 15:04:23 +0000

changed bug 9701

What Removed Added
CC   [email protected]

Comment # 1 on bug 9701 from
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.