#include <Packet.h>
| Data Fields | |
| UINT | magic | 
| Libpcap magic number. | |
| USHORT | version_major | 
| Libpcap major version. | |
| USHORT | version_minor | 
| Libpcap minor version. | |
| UINT | thiszone | 
| Gmt to local correction. | |
| UINT | sigfigs | 
| Accuracy of timestamps. | |
| UINT | snaplen | 
| Length of the max saved portion of each packet. | |
| UINT | linktype | 
| Data link type (DLT_*). See win_bpf.h for details. | |
Used when a driver instance is set in dump mode to create a libpcap-compatible file.
Definition at line 196 of file Packet.h.
| 
 | 
| Data link type (DLT_*). See win_bpf.h for details. 
 Definition at line 204 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Libpcap magic number. 
 Definition at line 198 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Accuracy of timestamps. 
 Definition at line 202 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Length of the max saved portion of each packet. 
 Definition at line 203 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Gmt to local correction. 
 Definition at line 201 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Libpcap major version. 
 Definition at line 199 of file Packet.h. Referenced by NPF_StartDump(). | 
| 
 | 
| Libpcap minor version. 
 Definition at line 200 of file Packet.h. Referenced by NPF_StartDump(). | 
 documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.