A dialog allowing users to configure "Decode As" rules for protocols.
More...
#include <decode_as_dialog.h>
|
|
void | modelRowsReset () |
| | Slot triggered when the model's rows have been reset.
|
| |
|
| void | loadGeometry (int width=0, int height=0, const QString &dialog_name=QString()) |
| | Loads the geometry and splitter state for the dialog.
|
| |
| void | loadSplitterState (QSplitter *splitter=nullptr) |
| | Loads the state of a splitter for the dialog.
|
| |
A dialog allowing users to configure "Decode As" rules for protocols.
◆ DecodeAsDialog()
| DecodeAsDialog::DecodeAsDialog |
( |
QWidget * |
parent = 0, |
|
|
capture_file * |
cf = NULL, |
|
|
bool |
create_new = false |
|
) |
| |
|
explicit |
Constructs a new DecodeAsDialog.
- Parameters
-
| parent | The parent widget, defaults to 0. |
| cf | Pointer to the capture file, defaults to NULL. |
| create_new | True to automatically initiate creation of a new rule upon opening, defaults to false. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/decode_as_dialog.h
- /builds/wireshark/wireshark/ui/qt/decode_as_dialog.cpp