WinPcap 4.1.3
Data Fields

Header of a libpcap dump file. More...

#include <Packet.h>

Data Fields

UINT magic
 Libpcap magic number. More...
 
USHORT version_major
 Libpcap major version. More...
 
USHORT version_minor
 Libpcap minor version. More...
 
UINT thiszone
 Gmt to local correction. More...
 
UINT sigfigs
 Accuracy of timestamps. More...
 
UINT snaplen
 Length of the max saved portion of each packet. More...
 
UINT linktype
 Data link type (DLT_*). See win_bpf.h for details. More...
 

Detailed Description

Header of a libpcap dump file.

Used when a driver instance is set in dump mode to create a libpcap-compatible file.

Definition at line 106 of file Packet.h.

Field Documentation

◆ linktype

UINT linktype

Data link type (DLT_*). See win_bpf.h for details.

Definition at line 114 of file Packet.h.

◆ magic

UINT magic

Libpcap magic number.

Definition at line 108 of file Packet.h.

◆ sigfigs

UINT sigfigs

Accuracy of timestamps.

Definition at line 112 of file Packet.h.

◆ snaplen

UINT snaplen

Length of the max saved portion of each packet.

Definition at line 113 of file Packet.h.

◆ thiszone

UINT thiszone

Gmt to local correction.

Definition at line 111 of file Packet.h.

◆ version_major

USHORT version_major

Libpcap major version.

Definition at line 109 of file Packet.h.

◆ version_minor

USHORT version_minor

Libpcap minor version.

Definition at line 110 of file Packet.h.


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

documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010 CACE Technologies. Copyright (c) 2010-2013 Riverbed Technology. All rights reserved.