|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single fragment contributing to a reassembled PDU. More...
#include <reassemble.h>
Public Attributes | |
| struct _fragment_item * | next |
| uint32_t | frame |
| uint32_t | offset |
| uint32_t | len |
| uint32_t | flags |
| tvbuff_t * | tvb_data |
Represents a single fragment contributing to a reassembled PDU.
| uint32_t _fragment_item::flags |
Bitmask of FD_* flags describing the state and type of this fragment.
| uint32_t _fragment_item::frame |
Frame number in the capture from which this fragment originates.
| uint32_t _fragment_item::len |
Length in bytes of this fragment's payload.
| struct _fragment_item* _fragment_item::next |
Pointer to the next fragment_item in the chain, or NULL if this is the last.
| uint32_t _fragment_item::offset |
Fragment sequence number when FD_BLOCKSEQUENCE is set; byte offset within the datagram otherwise.
| tvbuff_t* _fragment_item::tvb_data |
Tvbuff containing the raw bytes of this fragment.