|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Provides printable data and dissection information for a single frame. More...
#include <frame_information.h>
Public Member Functions | |
| FrameInformation (CaptureFile *cfile, frame_data *fi, QObject *parent=Q_NULLPTR) | |
| Constructs a new FrameInformation object. | |
| virtual | ~FrameInformation () |
| Destroys the FrameInformation object. | |
| bool | isValid () |
| Checks if the frame information is valid and fully loaded. | |
| frame_data * | frameData () const |
| Retrieves the underlying frame data structure. | |
| int | frameNum () const |
| Retrieves the packet or frame number. | |
| const QByteArray | printableData () |
| Generates the printable data representation of the frame. | |
Public Member Functions inherited from IDataPrintable | |
| virtual | ~IDataPrintable () |
| Destroys the IDataPrintable object. | |
Provides printable data and dissection information for a single frame.
|
explicit |
Constructs a new FrameInformation object.
| cfile | Pointer to the capture file containing the frame. |
| fi | Pointer to the frame data structure. |
| parent | The parent QObject, defaults to Q_NULLPTR. |
| frame_data * FrameInformation::frameData | ( | ) | const |
Retrieves the underlying frame data structure.
| int FrameInformation::frameNum | ( | ) | const |
Retrieves the packet or frame number.
| bool FrameInformation::isValid | ( | ) |
Checks if the frame information is valid and fully loaded.
|
virtual |
Generates the printable data representation of the frame.
Implements IDataPrintable.