10 #ifndef SCTP_CHUNK_STATISTICS_DIALOG_H
11 #define SCTP_CHUNK_STATISTICS_DIALOG_H
17 #include <epan/dissectors/packet-sctp.h>
26 #include <QTableWidgetItem>
29 #include <QContextMenuEvent>
46 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
51 void on_pushButton_clicked();
52 void on_actionHideChunkType_triggered();
53 void on_actionChunkTypePreferences_triggered();
54 void contextMenuEvent(QContextMenuEvent * event);
56 void on_actionShowAllChunkTypes_triggered();
63 Ui::SCTPChunkStatisticsDialog *ui;
64 uint16_t selected_assoc_id;
67 QPoint selected_point;
76 QMap<int, struct chunkTypes> chunks, tempChunks;
78 void initializeChunkMap();
79 void fillTable(
bool all =
false,
const _sctp_assoc_info *selected_assoc = NULL);
Definition: sctp_chunk_statistics_dialog.h:38
Definition: tap-sctp-analysis.h:192