10#ifndef CONVERSATION_DIALOG_H
11#define CONVERSATION_DIALOG_H
52 void openIOGraph(
bool filtered, QVector<uint> conv_ids, QVector<QVariant> conv_agg);
56 QPushButton *follow_bt_;
59 QPushButton *graph_bt_;
62 QPushButton *iograph_bt_;
65 bool tcp_graph_requested_;
86 void on_buttonBox_helpRequested();
92 void displayFilterSuccess(
bool success);
98 void tabChanged(
int idx);
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
A dialog window displaying active conversations in a capture file.
Definition conversation_dialog.h:19
void openFollowStreamDialog(int proto_id, unsigned stream_num, unsigned sub_stream_num)
Signal emitted to open the Follow Stream dialog.
void openIOGraph(bool filtered, QVector< uint > conv_ids, QVector< QVariant > conv_agg)
Signal emitted to open the IO Graph dialog for selected conversations.
void captureFileClosing()
Slot triggered when the underlying capture file is closing.
Definition conversation_dialog.cpp:103
Base dialog for traffic-statistics tables (Conversations, Endpoints, etc.), providing a shared tab ba...
Definition traffic_table_dialog.h:47
void init_conversation_table(struct register_ct *ct, const char *filter)
Initializes the conversation table with a filter.
Definition conversation_dialog.cpp:300
Definition conversation_table.c:24