|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
A validator for filter strings used by the FilterDialog fields. More...
#include <filter_dialog.h>
Public Member Functions | |
| virtual QValidator::State | validate (QString &input, int &pos) const override |
| Validates the input filter string. | |
A validator for filter strings used by the FilterDialog fields.
Distinct from the FilterValidator base in ui/qt/models/: this one is local to the saved-filters dialog. (When the dialog migrates onto FilterEdit in a later stage, this can be retired in favour of the injected validators.)
|
overridevirtual |
Validates the input filter string.
| input | The filter string to validate. |
| pos | The cursor position. |