Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcaprec_ss990915_hdr Struct Reference

Per-packet record header for the ss990915 incarnation of Alexey's modified libpcap format, as found in SuSE Linux 6.3. More...

#include <libpcap.h>

Public Attributes

struct pcaprec_hdr hdr
uint32_t ifindex
uint16_t protocol
uint8_t pkt_type
uint8_t cpu1
uint8_t cpu2
uint8_t pad [3]

Detailed Description

Per-packet record header for the ss990915 incarnation of Alexey's modified libpcap format, as found in SuSE Linux 6.3.

Member Data Documentation

◆ cpu1

uint8_t pcaprec_ss990915_hdr::cpu1

First SMP CPU identifier; possibly used for SMP debugging.

◆ cpu2

uint8_t pcaprec_ss990915_hdr::cpu2

Second SMP CPU identifier; possibly used for SMP debugging.

◆ hdr

struct pcaprec_hdr pcaprec_ss990915_hdr::hdr

Standard libpcap record header with timestamps and lengths.

◆ ifindex

uint32_t pcaprec_ss990915_hdr::ifindex

Index of the capture interface in the capturing machine's interface list on which this packet arrived.

◆ pad

uint8_t pcaprec_ss990915_hdr::pad[3]

Padding bytes to align the header to a 4-byte boundary.

◆ pkt_type

uint8_t pcaprec_ss990915_hdr::pkt_type

Packet type indicator (e.g. broadcast, multicast, unicast to host).

◆ protocol

uint16_t pcaprec_ss990915_hdr::protocol

Ethernet protocol type (EtherType) of the captured packet.


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