-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi.
When I set a filter pressing 'f' like the following:
ip.src == 10.0.0.1
pcap-mode displays the corresponding packets perfectly.
But if I do:
ip.src == 10.0.0.1 && ip.dst == 10.0.0.2
Then, it seems that it is not honoring the second filter. It displays packets going to other ip's.
I have tried with parens, like the following:
(ip.src == 10.0.0.1) && (ip.dst == 10.0.0.2)
But it complains saying that parens are not allowed (although they are valid on tshark).
Thanks.
-Bob
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels