10 #ifndef SCTP_CHUNK_STATISTICS_DIALOG_H
11 #define SCTP_CHUNK_STATISTICS_DIALOG_H
18 #include <epan/dissectors/packet-sctp.h>
27 #include <QTableWidgetItem>
30 #include <QContextMenuEvent>
47 void setCaptureFile(
capture_file *cf) { cap_file_ = cf; }
52 void on_pushButton_clicked();
53 void on_actionHideChunkType_triggered();
54 void on_actionChunkTypePreferences_triggered();
55 void contextMenuEvent(QContextMenuEvent * event);
57 void on_actionShowAllChunkTypes_triggered();
64 Ui::SCTPChunkStatisticsDialog *ui;
65 guint16 selected_assoc_id;
68 QPoint selected_point;
77 QMap<int, struct chunkTypes> chunks, tempChunks;
79 void initializeChunkMap();
80 void fillTable(
bool all =
false,
const _sctp_assoc_info *selected_assoc = NULL);
Definition: sctp_chunk_statistics_dialog.h:39
Definition: tap-sctp-analysis.h:192