|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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] |
Per-packet record header for the ss990915 incarnation of Alexey's modified libpcap format, as found in SuSE Linux 6.3.
| uint8_t pcaprec_ss990915_hdr::cpu1 |
First SMP CPU identifier; possibly used for SMP debugging.
| uint8_t pcaprec_ss990915_hdr::cpu2 |
Second SMP CPU identifier; possibly used for SMP debugging.
| struct pcaprec_hdr pcaprec_ss990915_hdr::hdr |
Standard libpcap record header with timestamps and lengths.
| uint32_t pcaprec_ss990915_hdr::ifindex |
Index of the capture interface in the capturing machine's interface list on which this packet arrived.
| uint8_t pcaprec_ss990915_hdr::pad[3] |
Padding bytes to align the header to a 4-byte boundary.
| uint8_t pcaprec_ss990915_hdr::pkt_type |
Packet type indicator (e.g. broadcast, multicast, unicast to host).
| uint16_t pcaprec_ss990915_hdr::protocol |
Ethernet protocol type (EtherType) of the captured packet.