Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
in_packet_find_edit.h
Go to the documentation of this file.
1
9
10#ifndef IN_PACKET_FIND_EDIT_H
11#define IN_PACKET_FIND_EDIT_H
12
13#include "filter_edit.h"
14
21class InPacketFindEdit : public FilterEdit
22{
23 Q_OBJECT
24
25public:
26 explicit InPacketFindEdit(QWidget *parent = nullptr);
27
29 void updateSearchSyntax(bool empty, bool regex_invalid);
30
32 void clearSearchSyntax();
33
34private:
35 void disableFilterValidation();
36};
37
38#endif // IN_PACKET_FIND_EDIT_H
void clearSearchSyntax()
Neutral field tint when the bar is closed.
Definition in_packet_find_edit.cpp:37
void updateSearchSyntax(bool empty, bool regex_invalid)
Drive invalid/valid tint from in-packet search results.
Definition in_packet_find_edit.cpp:28