Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 support 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"

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 support 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"