Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
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
17
#include <
ui/qt/models/atap_data_model.h
>
18
19
class
EndpointDialog
:
public
TrafficTableDialog
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
QCheckBox *aggregated_ck_;
37
#ifdef HAVE_MAXMINDDB
38
QPushButton * map_bt_;
39
#endif
40
41
private
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
51
void
init_endpoint_table(
struct
register_ct
* ct,
const
char
*filter);
52
53
#endif
// ENDPOINT_DIALOG_H
atap_data_model.h
CaptureFile
Definition
capture_file.h:21
EndpointDialog
Definition
endpoint_dialog.h:20
EndpointDialog::captureFileClosing
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
TrafficTableDialog
Definition
traffic_table_dialog.h:42
register_ct
Definition
conversation_table.c:24
traffic_table_dialog.h
Generated by
1.9.8