Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Slots | Public Member Functions | List of all members
SCTPGraphByteDialog Class Reference

Dialog that plots cumulative bytes sent over time for a single direction of an SCTP association. More...

#include <sctp_graph_byte_dialog.h>

Inheritance diagram for SCTPGraphByteDialog:

Public Slots

void setCaptureFile (capture_file *cf)
 Updates the capture file pointer, e.g. after a file is closed or reloaded.
 

Public Member Functions

 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.
 
 ~SCTPGraphByteDialog ()
 Destroys the dialog and releases the associated UI resources.
 

Detailed Description

Dialog that plots cumulative bytes sent over time for a single direction of an SCTP association.

Constructor & Destructor Documentation

◆ SCTPGraphByteDialog()

SCTPGraphByteDialog::SCTPGraphByteDialog ( QWidget *  parent = 0,
const _sctp_assoc_info assoc = NULL,
capture_file cf = NULL,
int  dir = 0 
)
explicit

Constructs an SCTPGraphByteDialog and renders the initial bytes graph.

Parameters
parentOptional parent widget.
assocSCTP association whose byte data is to be plotted; may be NULL.
cfCapture file containing the association's packets; may be NULL.
dirDirection index (0 or 1) selecting which endpoint's byte stream to display.

Member Function Documentation

◆ setCaptureFile

void SCTPGraphByteDialog::setCaptureFile ( capture_file cf)
inlineslot

Updates the capture file pointer, e.g. after a file is closed or reloaded.

Parameters
cfNew capture file pointer; may be NULL.

The documentation for this class was generated from the following files: