10 #ifndef CONVERSATION_DIALOG_H 11 #define CONVERSATION_DIALOG_H 13 #include "traffic_table_dialog.h" 22 static void tapReset(
void *conv_hash_ptr);
23 static void tapDraw(
void *conv_hash_ptr);
24 double minRelStartTime() {
return min_rel_start_time_; }
25 double maxRelStopTime() {
return max_rel_stop_time_; }
28 void updateStartTime(
bool absolute);
31 void initDirectionMap();
33 double min_rel_start_time_;
34 double max_rel_stop_time_;
37 void filterActionTriggered();
56 void captureFileClosing();
59 void filterAction(QString filter, FilterAction::Action action, FilterAction::ActionType type);
60 void openFollowStreamDialog(follow_type_t type,
int stream_num);
61 void openTcpStreamGraph(
int graph_type);
64 QPushButton *follow_bt_;
65 QPushButton *graph_bt_;
71 void currentTabChanged();
72 void conversationSelectionChanged();
73 void on_displayFilterCheckBox_toggled(
bool checked);
76 void on_buttonBox_helpRequested();
79 void init_conversation_table(
struct register_ct* ct,
const char *filter);
81 #endif // CONVERSATION_DIALOG_H
Definition: conversation_table.c:24
Definition: conversation_dialog.h:40
Definition: traffic_table_dialog.h:90
Definition: capture_file.h:22
Definition: conversation_table.h:99