Ask Your Question
0

How to determine which Filter button you are monitoring

asked 2025-05-28 15:05:12 +0000

Is there any way to determine which filter button you have pressed? There doesn't seem to be any indicator that lets you know which saved filter you are using. It would be nice if the button would somehow change color or underline the button text or possible show which button was last pressed in the bottom information bar.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-05-28 18:44:29 +0000

Chuckc gravatar image

updated 2025-05-28 18:44:54 +0000

Enhancement requests can be opened on the Wireshark Gitlab Issues website.

I don't see any related to this topic but there is one about supporting filter comments:
19459: FeatureRequest - Display filter enhancements: multiline, comments, pop-out window

If a filter like ip // ip_foo would work for you then upvote or add a comment to that issue.
(For a button labelled ip_foo with a filter of ip)

A duct tape and baling wire fix until then is to use the pkt_comment field in button definition filter:
ip or pkt_comment=="ip_foo"

edit flag offensive delete link more

Comments

Thanks. This will do: I'll place "&& (pkt_comment=="F-1")" etc ( for filter #1) as the last parameter in the list and I'll be able to see which one it is that way.

battles gravatar imagebattles ( 2025-05-28 19:24:50 +0000 )edit

WSUG: 6.4.3. Combining Expressions
Maybe better with || (Logical OR) ?

Chuckc gravatar imageChuckc ( 2025-05-28 20:32:59 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2025-05-28 15:05:12 +0000

Seen: 19 times

Last updated: yesterday