Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_fragment_item Struct Reference

Represents a single fragment contributing to a reassembled PDU. More...

#include <reassemble.h>

Public Attributes

struct _fragment_itemnext
 
uint32_t frame
 
uint32_t offset
 
uint32_t len
 
uint32_t flags
 
tvbuff_ttvb_data
 

Detailed Description

Represents a single fragment contributing to a reassembled PDU.

Member Data Documentation

◆ flags

uint32_t _fragment_item::flags

Bitmask of FD_* flags describing the state and type of this fragment.

◆ frame

uint32_t _fragment_item::frame

Frame number in the capture from which this fragment originates.

◆ len

uint32_t _fragment_item::len

Length in bytes of this fragment's payload.

◆ next

struct _fragment_item* _fragment_item::next

Pointer to the next fragment_item in the chain, or NULL if this is the last.

◆ offset

uint32_t _fragment_item::offset

Fragment sequence number when FD_BLOCKSEQUENCE is set; byte offset within the datagram otherwise.

◆ tvb_data

tvbuff_t* _fragment_item::tvb_data

Tvbuff containing the raw bytes of this fragment.


The documentation for this struct was generated from the following file: