10#ifndef SCTP_GRAPH_BYTE_DIALOG_H
11#define SCTP_GRAPH_BYTE_DIALOG_H
23class QCPAbstractPlottable;
62 void on_pushButton_4_clicked();
71 void graphClicked(QCPAbstractPlottable *plottable,
int index, QMouseEvent *event);
76 void on_saveButton_clicked();
79 Ui::SCTPGraphByteDialog *ui;
80 uint16_t selected_assoc_id;
Dialog that plots cumulative bytes sent over time for a single direction of an SCTP association.
Definition sctp_graph_byte_dialog.h:32
void setCaptureFile(capture_file *cf)
Updates the capture file pointer, e.g. after a file is closed or reloaded.
Definition sctp_graph_byte_dialog.h:56
~SCTPGraphByteDialog()
Destroys the dialog and releases the associated UI resources.
Definition sctp_graph_byte_dialog.cpp:54
Represents a capture file and its associated metadata.
Definition cfile.h:84
Definition tap-sctp-analysis.h:192