Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
SequenceInfo Class Reference

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_tsainfo ()
 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.

Detailed Description

Reference-counted wrapper for sequence analysis information.

Constructor & Destructor Documentation

◆ SequenceInfo()

SequenceInfo::SequenceInfo ( seq_analysis_info_t * sainfo = NULL)

Constructs a new SequenceInfo object.

Parameters
sainfoPointer to the sequence analysis information.

Member Function Documentation

◆ sainfo()

seq_analysis_info_t * SequenceInfo::sainfo ( )
inline

Retrieves the sequence analysis info structure.

Returns
Pointer to the sequence analysis information.

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