From 5bce46bd7561ae1857c7e17614133f01f984ae78 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Thu, 5 Mar 2020 21:23:21 +1100 Subject: Removed winpcap and cleaned up network module selection. (nw) The pcap.h header itself has the problematic original BSD license, including the obnoxious advertising clause. Using tap/tun networking on Windows provides a much better experience, so the extra setup is worth it. This patch also allows you to enable pcap on platforms where it's disabled by default with USE_PCAP=1 if you really want to use it. --- .../docs/html/structpacket__file__header.html | 187 --------------------- 1 file changed, 187 deletions(-) delete mode 100644 3rdparty/winpcap/docs/html/structpacket__file__header.html (limited to '3rdparty/winpcap/docs/html/structpacket__file__header.html') diff --git a/3rdparty/winpcap/docs/html/structpacket__file__header.html b/3rdparty/winpcap/docs/html/structpacket__file__header.html deleted file mode 100644 index f2b0b69a546..00000000000 --- a/3rdparty/winpcap/docs/html/structpacket__file__header.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - -WinPcap: packet_file_header Struct Reference - - - - - - -
-

packet_file_header Struct Reference
- -[NPF structures and definitions] -

-

Header of a libpcap dump file. -More...

- -

#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.
-

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

- -
-
- - - - -
UINT linktype
-
-
- -

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

- -

Definition at line 114 of file Packet.h.

- -
-
- -
-
- - - - -
UINT magic
-
-
- -

Libpcap magic number.

- -

Definition at line 108 of file Packet.h.

- -
-
- -
-
- - - - -
UINT sigfigs
-
-
- -

Accuracy of timestamps.

- -

Definition at line 112 of file Packet.h.

- -
-
- -
-
- - - - -
UINT snaplen
-
-
- -

Length of the max saved portion of each packet.

- -

Definition at line 113 of file Packet.h.

- -
-
- -
-
- - - - -
UINT thiszone
-
-
- -

Gmt to local correction.

- -

Definition at line 111 of file Packet.h.

- -
-
- -
-
- - - - -
USHORT version_major
-
-
- -

Libpcap major version.

- -

Definition at line 109 of file Packet.h.

- -
-
- -
-
- - - - -
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-2009 -CACE Technologies. All rights reserved.

-- cgit v1.2.3-70-g09d2