Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
nettl_phdr Struct Reference

Pseudo-header for HP-UX nettl capture files carrying subsystem, device, and process metadata. More...

#include <wtap.h>

Public Attributes

uint16_t subsys
uint32_t devid
uint32_t kind
int32_t pid
uint32_t uid

Detailed Description

Pseudo-header for HP-UX nettl capture files carrying subsystem, device, and process metadata.

Member Data Documentation

◆ devid

uint32_t nettl_phdr::devid

Device identifier of the network interface that captured this packet.

◆ kind

uint32_t nettl_phdr::kind

Kind flags describing the type and direction of this capture record.

◆ pid

int32_t nettl_phdr::pid

Process identifier (PID) of the process associated with this packet; -1 if not applicable.

◆ subsys

uint16_t nettl_phdr::subsys

Subsystem identifier indicating the HP-UX network layer or driver that captured this packet.

◆ uid

uint32_t nettl_phdr::uid

User identifier (UID) of the user associated with this packet.


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