10#ifndef SCTP_ALL_ASSOCS_DIALOG_H
11#define SCTP_ALL_ASSOCS_DIALOG_H
17#include <epan/dissectors/packet-sctp.h>
25class SCTPAllAssocsDialog;
64 void on_analyseButton_clicked();
69 void on_setFilterButton_clicked();
74 void getSelectedItem();
78 Ui::SCTPAllAssocsDialog *ui;
84 uint16_t selected_assoc_id;
struct _capture_file capture_file
Represents a capture file and its associated metadata.
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
SCTPAllAssocsDialog(QWidget *parent=0, capture_file *cf=NULL)
Constructs a new SCTPAllAssocsDialog object.
Definition sctp_all_assocs_dialog.cpp:25
void filterPackets(QString new_filter, bool force)
Signal emitted to request filtering packets based on the selected association.