Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
conversation_dialog.h
Go to the documentation of this file.
1
10#ifndef CONVERSATION_DIALOG_H
11#define CONVERSATION_DIALOG_H
12
14
16{
17 Q_OBJECT
18
19public:
25 explicit ConversationDialog(QWidget &parent, CaptureFile &cf);
26
27protected:
28 void captureFileClosing();
29
30signals:
31 void openFollowStreamDialog(int proto_id, unsigned stream_num, unsigned sub_stream_num);
32 void openIOGraph(bool filtered, QVector<uint> conv_ids, QVector<QVariant> conv_agg);
33
34private:
35 QPushButton *follow_bt_;
36 QPushButton *graph_bt_;
37 QPushButton *iograph_bt_;
38
39 bool tcp_graph_requested_;
40
41private slots:
42 void followStream();
43 void graphTcp();
44 void showGraphIO();
45 void on_buttonBox_helpRequested();
46 void displayFilterSuccess(bool success);
47 void tabChanged(int idx);
48};
49
50void init_conversation_table(struct register_ct* ct, const char *filter);
51
52#endif // CONVERSATION_DIALOG_H
Definition capture_file.h:21
Definition conversation_dialog.h:16
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition conversation_dialog.cpp:103
Definition traffic_table_dialog.h:42
Definition conversation_table.c:24