Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
FilterValidator::Detail Struct Reference

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

Detailed Description

Diagnostic detail produced by the most recent validate() call.

Member Data Documentation

◆ deprecatedToken

QString FilterValidator::Detail::deprecatedToken

Non-empty when the input is valid but deprecated.

◆ errLen

int FilterValidator::Detail::errLen = 0

Span length, for location annotation.

◆ errMsg

QString FilterValidator::Detail::errMsg

Short error message; empty if no error.

◆ errPos

int FilterValidator::Detail::errPos = -1

Byte offset of the error; -1 if none/unknown.


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