10#ifndef SCTP_ALL_ASSOCS_DIALOG_H
11#define SCTP_ALL_ASSOCS_DIALOG_H
17#include <epan/dissectors/packet-sctp.h>
64 void on_analyseButton_clicked();
69 void on_setFilterButton_clicked();
74 void getSelectedItem();
78 Ui::SCTPAllAssocsDialog *ui;
84 uint16_t selected_assoc_id;
Dialog displaying a list of all detected SCTP associations.
Definition sctp_all_assocs_dialog.h:32
void fillTable()
Fills the dialog's table with SCTP association data.
Definition sctp_all_assocs_dialog.cpp:44
~SCTPAllAssocsDialog()
Destroys the SCTPAllAssocsDialog object.
Definition sctp_all_assocs_dialog.cpp:39
void setCaptureFile(capture_file *cf)
Sets the active capture file for the dialog.
Definition sctp_all_assocs_dialog.h:58
void filterPackets(QString new_filter, bool force)
Signal emitted to request filtering packets based on the selected association.
Represents a capture file and its associated metadata.
Definition cfile.h:84