Wireshark 4.7.4
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wtapng_process_info_mandatory_s Struct Reference

#include <wtap_opttypes.h>

Public Attributes

uint32_t process_id
uint32_t block_type

Detailed Description

Holds the required data from a WTAP_BLOCK_PACKET. This includes Enhanced Packet Block, Simple Packet Block, and the deprecated Packet Block. NB. I'm not including the packet data here since Wireshark handles it in other ways. If we were to add it we'd need to implement copy and free routines in wtap_opttypes.c Holds the required data from a WTAP_BLOCK_PROCESS_INFORMATION.

Member Data Documentation

◆ block_type

uint32_t wtapng_process_info_mandatory_s::block_type

pcapng block type in which the information was read, and in which it will be written again: BLOCK_TYPE_CB_COPY for a Wireshark custom block, BLOCK_TYPE_LEGACY_DPIB for a Darwin process information block; 0 if unknown

◆ process_id

uint32_t wtapng_process_info_mandatory_s::process_id

Process ID assigned by the OS of the capturing host


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