|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a display filter error, including an error code, message, and source location.
| int df_error_t::code |
Numeric error code identifying the type of error.
| df_loc_t df_error_t::loc |
Location within the filter string where the error was detected.
| char* df_error_t::msg |
Human-readable error message describing the failure.