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

State and result data for an in-progress packet or field search operation. More...

#include <file.h>

Public Attributes

const char * string
 
size_t string_len
 
capture_filecf
 
field_infofinfo
 
field_infoprev_finfo
 
bool frame_matched
 
bool halt
 

Detailed Description

State and result data for an in-progress packet or field search operation.

Member Data Documentation

◆ cf

capture_file* match_data::cf

The capture file being searched

◆ finfo

field_info* match_data::finfo

The current field_info node being evaluated

◆ frame_matched

bool match_data::frame_matched

Set to true when the current frame satisfies the search criteria

◆ halt

bool match_data::halt

Set to true to abort the search traversal early

◆ prev_finfo

field_info* match_data::prev_finfo

The previously evaluated field_info node; used for context

◆ string

const char* match_data::string

Search string or pattern being matched against

◆ string_len

size_t match_data::string_len

Length in bytes of string


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