目录
当前位置: 首页 > 文档资料 > WinPcap 中文手册 >

WinPcap: packet_file_header Struct Reference

优质
小牛编辑
130浏览
2023-12-01

Header of a libpcap dump file.
More...

#include <Packet.h>

Data Fields

UINTmagic
Libpcap magic number.
USHORTversion_major
Libpcap major version.
USHORTversion_minor
Libpcap minor version.
UINTthiszone
Gmt to local correction.
UINTsigfigs
Accuracy of timestamps.
UINTsnaplen
Length of the max saved portion of each packet.
UINTlinktype
Data link type (DLT_*). See win_bpf.h for details.