|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Diagnostic detail produced by the most recent validate() call. More...
#include <filter_validator.h>
Public Attributes | |
| int | errPos = -1 |
| int | errLen = 0 |
| QString | errMsg |
| QString | deprecatedToken |
Diagnostic detail produced by the most recent validate() call.
| QString FilterValidator::Detail::deprecatedToken |
Non-empty when the input is valid but deprecated.
| int FilterValidator::Detail::errLen = 0 |
Span length, for location annotation.
| QString FilterValidator::Detail::errMsg |
Short error message; empty if no error.
| int FilterValidator::Detail::errPos = -1 |
Byte offset of the error; -1 if none/unknown.