|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
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 |
Pseudo-header for HP-UX nettl capture files carrying subsystem, device, and process metadata.
| uint32_t nettl_phdr::devid |
Device identifier of the network interface that captured this packet.
| uint32_t nettl_phdr::kind |
Kind flags describing the type and direction of this capture record.
| int32_t nettl_phdr::pid |
Process identifier (PID) of the process associated with this packet; -1 if not applicable.
| uint16_t nettl_phdr::subsys |
Subsystem identifier indicating the HP-UX network layer or driver that captured this packet.
| uint32_t nettl_phdr::uid |
User identifier (UID) of the user associated with this packet.