Skip to content

Compound filters not working #5

@emacsuser123

Description

@emacsuser123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions