|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A dialog for displaying and managing SCTP chunk statistics. More...
#include <sctp_chunk_statistics_dialog.h>
Public Slots | |
| void | setCaptureFile (capture_file *cf) |
| Sets the active capture file for the dialog. | |
Public Member Functions | |
| SCTPChunkStatisticsDialog (QWidget *parent=0, const _sctp_assoc_info *assoc=NULL, capture_file *cf=NULL) | |
| Constructs a new SCTPChunkStatisticsDialog. | |
| ~SCTPChunkStatisticsDialog () | |
| Destroys the SCTPChunkStatisticsDialog. | |
A dialog for displaying and managing SCTP chunk statistics.
|
explicit |
Constructs a new SCTPChunkStatisticsDialog.
| parent | The parent widget, defaults to 0. |
| assoc | Pointer to the SCTP association info, defaults to NULL. |
| cf | Pointer to the capture file, defaults to NULL. |
|
inlineslot |
Sets the active capture file for the dialog.
| cf | Pointer to the capture file. |