Wireshark 4.5.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
20{
21 Q_OBJECT
22public:
28 explicit EndpointDialog(QWidget &parent, CaptureFile &cf);
29
30signals:
31
32protected:
33 void captureFileClosing();
34
35private:
36 QCheckBox *aggregated_ck_;
37#ifdef HAVE_MAXMINDDB
38 QPushButton * map_bt_;
39#endif
40
41private slots:
42#ifdef HAVE_MAXMINDDB
43 void openMap();
44 void saveMap();
45#endif
46 void tabChanged(int idx);
47 void on_buttonBox_helpRequested();
48 void aggregationToggled(bool checked);
49};
50
51void init_endpoint_table(struct register_ct* ct, const char *filter);
52
53#endif // ENDPOINT_DIALOG_H
Definition capture_file.h:21
Definition endpoint_dialog.h:20
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition endpoint_dialog.cpp:101
Definition traffic_table_dialog.h:42
Definition conversation_table.c:24