|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Reference-counted wrapper for sequence analysis information. More...
#include <sequence_dialog.h>
Public Member Functions | |
| SequenceInfo (seq_analysis_info_t *sainfo=NULL) | |
| Constructs a new SequenceInfo object. | |
| seq_analysis_info_t * | sainfo () |
| Retrieves the sequence analysis info structure. | |
| void | ref () |
| Increments the reference count. | |
| void | unref () |
| Decrements the reference count and deletes the object if it reaches zero. | |
Reference-counted wrapper for sequence analysis information.
| SequenceInfo::SequenceInfo | ( | seq_analysis_info_t * | sainfo = NULL | ) |
Constructs a new SequenceInfo object.
| sainfo | Pointer to the sequence analysis information. |
|
inline |
Retrieves the sequence analysis info structure.