10#ifndef PACKET_DIALOG_H
11#define PACKET_DIALOG_H
74 void on_buttonBox_helpRequested();
76#if QT_VERSION >= QT_VERSION_CHECK(6, 7, 0)
81 void viewVisibilityStateChanged(Qt::CheckState state);
87 void viewVisibilityStateChanged(
int state);
93 void layoutChanged(
int);
109 Ui::PacketDialog *ui;
112 pref_t *pref_packet_dialog_layout_;
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A tab widget that manages and displays different data sources for a packet (e.g., Hex,...
Definition data_source_tab.h:36
Find bar widget for searching within a specific packet's protocol tree.
Definition in_packet_find_bar.h:28
Dialog for displaying details of a specific packet.
Definition packet_dialog.h:33
void showProtocolPreferences(const QString module_name)
Signal emitted to show preferences for a protocol.
void editProtocolPreference(pref_t *pref, module_t *module)
Signal emitted to edit a specific protocol preference.
void captureFileClosing()
Handles the event when the capture file is closing.
Definition packet_dialog.cpp:203
~PacketDialog()
Destroys the PacketDialog object.
Definition packet_dialog.cpp:196
A tree view for displaying protocol dissection details.
Definition proto_tree.h:30
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition wireshark_dialog.h:38
DIAG_OFF_PEDANTIC struct _frame_data frame_data
Frame data structure.
Holds all state for the dissection of a single byte array, including session, buffer,...
Definition epan_dissect.h:28
Represents a preference module grouping related preferences under a named, hierarchical entry in the ...
Definition prefs-int.h:27