45 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
50 void on_pushButton_clicked();
51 void on_actionHideChunkType_triggered();
52 void on_actionChunkTypePreferences_triggered();
53 void contextMenuEvent(QContextMenuEvent * event);
55 void on_actionShowAllChunkTypes_triggered();
62 Ui::SCTPChunkStatisticsDialog *ui;
63 uint16_t selected_assoc_id;
66 QPoint selected_point;
75 QMap<int, struct chunkTypes> chunks, tempChunks;
77 void initializeChunkMap();
78 void fillTable(
bool all =
false,
const _sctp_assoc_info *selected_assoc = NULL);