Wireshark  4.3.0
The Wireshark network protocol analyzer
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 
15 #include "traffic_table_dialog.h"
16 
18 
20 {
21  Q_OBJECT
22 public:
28  explicit EndpointDialog(QWidget &parent, CaptureFile &cf);
29 
30 signals:
31 
32 protected:
33  void captureFileClosing();
34 
35 private:
36 #ifdef HAVE_MAXMINDDB
37  QPushButton * map_bt_;
38 #endif
39 
40 private slots:
41 #ifdef HAVE_MAXMINDDB
42  void openMap();
43  void saveMap();
44 #endif
45  void tabChanged(int idx);
46  void on_buttonBox_helpRequested();
47 };
48 
49 void init_endpoint_table(struct register_ct* ct, const char *filter);
50 
51 #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:95
EndpointDialog(QWidget &parent, CaptureFile &cf)
Definition: endpoint_dialog.cpp:67
Definition: traffic_table_dialog.h:41
Definition: conversation_table.c:24