|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_file * | cf |
| field_info * | finfo |
| field_info * | prev_finfo |
| bool | frame_matched |
| bool | halt |
State and result data for an in-progress packet or field search operation.
| capture_file* match_data::cf |
The capture file being searched
| field_info* match_data::finfo |
The current field_info node being evaluated
| bool match_data::frame_matched |
Set to true when the current frame satisfies the search criteria
| bool match_data::halt |
Set to true to abort the search traversal early
| field_info* match_data::prev_finfo |
The previously evaluated field_info node; used for context
| const char* match_data::string |
Search string or pattern being matched against
| size_t match_data::string_len |
Length in bytes of string