10#ifndef SCTP_GRAPH_BYTE_DIALOG_H
11#define SCTP_GRAPH_BYTE_DIALOG_H
20class SCTPGraphByteDialog;
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;
struct _capture_file capture_file
Represents a capture file and its associated metadata.
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(QWidget *parent=0, const _sctp_assoc_info *assoc=NULL, capture_file *cf=NULL, int dir=0)
Constructs an SCTPGraphByteDialog and renders the initial bytes graph.
Definition sctp_graph_byte_dialog.cpp:25
~SCTPGraphByteDialog()
Destroys the dialog and releases the associated UI resources.
Definition sctp_graph_byte_dialog.cpp:54
Complete statistics and metadata record for a single SCTP association.
Definition tap-sctp-analysis.h:213