Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
struct _fragment_item * | next |
uint32_t | frame |
uint32_t | offset |
uint32_t | len |
uint32_t | flags |
tvbuff_t * | tvb_data |
uint32_t _fragment_item::flags |
XXX - do some of these apply only to reassembly heads and others only to fragments within a reassembly?
uint32_t _fragment_item::frame |
frame number where the fragment is from
uint32_t _fragment_item::len |
fragment length
uint32_t _fragment_item::offset |
fragment number for FD_BLOCKSEQUENCE, byte offset otherwise