Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
endpoint_dialog.h
Go to the documentation of this file.
1
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();
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();
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
A dialog window displaying active endpoints in a capture file.
Definition endpoint_dialog.h:23
void captureFileClosing()
Slot triggered when the underlying capture file is closing.
Definition endpoint_dialog.cpp:102
Base dialog for traffic-statistics tables (Conversations, Endpoints, etc.), providing a shared tab ba...
Definition traffic_table_dialog.h:47
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