Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
dissector_tables_dialog.h
Go to the documentation of this file.
1
10#ifndef DISSECTOR_TABLES_DIALOG_H
11#define DISSECTOR_TABLES_DIALOG_H
12
15
16namespace Ui {
18}
19
24{
25 Q_OBJECT
26
27public:
32 explicit DissectorTablesDialog(QWidget *parent = 0);
33
38
39private slots:
44 void on_txtSearchLine_textChanged(const QString &search_re);
45
46private:
48 Ui::DissectorTablesDialog *ui;
49
51 DissectorTablesProxyModel* proxyModel_;
52};
53
54#endif // DISSECTOR_TABLES_DIALOG_H
A dialog window for viewing and searching registered dissector tables.
Definition dissector_tables_dialog.h:24
~DissectorTablesDialog()
Destroys the DissectorTablesDialog.
Definition dissector_tables_dialog.cpp:44
A proxy model that filters and sorts the DissectorTablesModel.
Definition dissector_tables_model.h:146
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20