71 void on_pushButton_clicked();
76 void on_actionHideChunkType_triggered();
81 void on_actionChunkTypePreferences_triggered();
87 void contextMenuEvent(QContextMenuEvent * event);
92 void on_actionShowAllChunkTypes_triggered();
100 Ui::SCTPChunkStatisticsDialog *ui;
103 uint16_t selected_assoc_id;
112 QPoint selected_point;
129 QMap<int, struct chunkTypes> chunks;
132 QMap<int, struct chunkTypes> tempChunks;
137 void initializeChunkMap();
144 void fillTable(
bool all =
false,
const _sctp_assoc_info *selected_assoc = NULL);