|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a registered conversation filter that can build a display filter string from a packet. More...
#include <conversation_filter.h>
Public Attributes | |
| const char * | proto_name |
| const char * | display_name |
| is_filter_valid_func | is_filter_valid |
| build_filter_string_func | build_filter_string |
| void * | user_data |
Describes a registered conversation filter that can build a display filter string from a packet.
| build_filter_string_func conversation_filter_s::build_filter_string |
Callback that constructs the display filter string for the given packet
| const char* conversation_filter_s::display_name |
Human-readable name shown in the UI (e.g. "TCP Conversation")
| is_filter_valid_func conversation_filter_s::is_filter_valid |
Callback that returns true if a valid filter can be built from the given packet
| const char* conversation_filter_s::proto_name |
Internal protocol name used to identify this filter (e.g. "tcp")
| void* conversation_filter_s::user_data |
Caller-supplied context pointer forwarded to both callbacks