10#ifndef SUPPORTED_PROTOCOLS_DIALOG_H
11#define SUPPORTED_PROTOCOLS_DIALOG_H
42 Ui::SupportedProtocolsDialog *ui;
46 QTimer *searchLineEditTimer;
47 QString searchLineEditText;
53 void updateStatistics();
69 void updateSearchLineEdit();
75 void on_searchLineEdit_textChanged(
const QString &search_re);
A dialog that remembers its geometry and splitter state.
Definition geometry_state_dialog.h:20
Dialog that displays all registered Wireshark protocols and their fields in a searchable,...
Definition supported_protocols_dialog.h:26
~SupportedProtocolsDialog()
Destroys the dialog and releases all associated resources.
Definition supported_protocols_dialog.cpp:56
Tree model that exposes all registered Wireshark protocols and their fields, organised as a parent–ch...
Definition supported_protocols_model.h:92
Sort/filter proxy model for SupportedProtocolsModel that performs case-insensitive substring filterin...
Definition supported_protocols_model.h:191