Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
bp_bundle_t Struct Reference

Metadata extracted per-bundle. More...

#include <packet-bpv7.h>

Public Attributes

guint32 frame_num
 Index of the frame.
 
guint8 layer_num
 Layer within the frame.
 
nstime_t frame_time
 Timestamp on the frame (end time if reassembled)
 
bp_bundle_ident_tident
 Bundle identity derived from primary data.
 
bp_block_primary_tprimary
 Required primary block.
 
wmem_list_tblocks
 Additional blocks in order (type bp_block_canonical_t)
 
wmem_map_tblock_nums
 
wmem_map_tblock_types
 
guint * pyld_start
 Payload BTSD start offset in bundle TVB.
 
guint * pyld_len
 Payload BTSD length.
 

Detailed Description

Metadata extracted per-bundle.

Member Data Documentation

◆ block_nums

wmem_map_t* bp_bundle_t::block_nums

Map from block number (guint64) to pointer to block of that number (bp_block_canonical_t owned by blocks)

◆ block_types

wmem_map_t* bp_bundle_t::block_types

Map from block type code (guint64) to sequence (wmem_list_t) of pointers to block of that type (bp_block_canonical_t owned by blocks)


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