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

Represents a display filter error, including an error code, message, and source location. More...

#include <dfilter.h>

Public Attributes

int code
 
char * msg
 
df_loc_t loc
 

Detailed Description

Represents a display filter error, including an error code, message, and source location.

Member Data Documentation

◆ code

int df_error_t::code

Numeric error code identifying the type of error.

◆ loc

df_loc_t df_error_t::loc

Location within the filter string where the error was detected.

◆ msg

char* df_error_t::msg

Human-readable error message describing the failure.


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