|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A validator for filter strings. 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.
|
overridevirtual |
Validates the input filter string.
| input | The filter string to validate. |
| pos | The cursor position. |