Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
conversation_filter_s Struct Reference

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
 

Detailed Description

Describes a registered conversation filter that can build a display filter string from a packet.

Member Data Documentation

◆ build_filter_string

build_filter_string_func conversation_filter_s::build_filter_string

Callback that constructs the display filter string for the given packet

◆ display_name

const char* conversation_filter_s::display_name

Human-readable name shown in the UI (e.g. "TCP Conversation")

◆ is_filter_valid

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

◆ proto_name

const char* conversation_filter_s::proto_name

Internal protocol name used to identify this filter (e.g. "tcp")

◆ user_data

void* conversation_filter_s::user_data

Caller-supplied context pointer forwarded to both callbacks


The documentation for this struct was generated from the following file: