Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
endpoint_dialog.h
Go to the documentation of this file.
1
9
10#ifndef ENDPOINT_DIALOG_H
11#define ENDPOINT_DIALOG_H
12
13#include <QFile>
14
16
18
23{
24 Q_OBJECT
25public:
32 explicit EndpointDialog(QWidget &parent, CaptureFile &cf);
33
34signals:
35
36protected:
40 void captureFileClosing() override;
41
42private:
44 QCheckBox *aggregated_ck_;
45
46#ifdef HAVE_MAXMINDDB
48 QPushButton * map_bt_;
49#endif
50
51private slots:
52#ifdef HAVE_MAXMINDDB
56 void openMap();
57
61 void saveMap();
62#endif
63
68 void tabChanged(int idx);
69
73 void on_buttonBox_helpRequested() override;
74
79 void aggregationToggled(bool checked);
80};
81
88void init_endpoint_table(struct register_ct* ct, const char *filter);
89
90#endif // ENDPOINT_DIALOG_H
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
void captureFileClosing() override
Slot triggered when the underlying capture file is closing.
Definition endpoint_dialog.cpp:102
EndpointDialog(QWidget &parent, CaptureFile &cf)
Create a new endpoint window.
Definition endpoint_dialog.cpp:68
TrafficTableDialog(QWidget &parent, CaptureFile &cf, const QString &table_name=tr("Unknown"))
Creates a new traffic table dialog.
Definition traffic_table_dialog.cpp:39
void init_endpoint_table(struct register_ct *ct, const char *filter)
Initialize the endpoint table with a filter.
Definition endpoint_dialog.cpp:233
Definition conversation_table.c:24