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. --- .../winpcap/docs/html/structpcap__rmtauth.html | 115 --------------------- 1 file changed, 115 deletions(-) delete mode 100644 3rdparty/winpcap/docs/html/structpcap__rmtauth.html (limited to '3rdparty/winpcap/docs/html/structpcap__rmtauth.html') diff --git a/3rdparty/winpcap/docs/html/structpcap__rmtauth.html b/3rdparty/winpcap/docs/html/structpcap__rmtauth.html deleted file mode 100644 index f846c464d01..00000000000 --- a/3rdparty/winpcap/docs/html/structpcap__rmtauth.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - -WinPcap: pcap_rmtauth Struct Reference - - - - - - -
-

pcap_rmtauth Struct Reference
- -[Exported Structures and Definitions] -

-

This structure keeps the information needed to autheticate the user on a remote machine. -More...

- -

#include <remote-ext.h>

- - - - - - - - -

Data Fields

int type
 Type of the authentication required.
char * username
 Zero-terminated string containing the username that has to be used on the remote machine for authentication.
char * password
 Zero-terminated string containing the password that has to be used on the remote machine for authentication.
-

Detailed Description

-

This structure keeps the information needed to autheticate the user on a remote machine.

-

The remote machine can either grant or refuse the access according to the information provided. In case the NULL authentication is required, both 'username' and 'password' can be NULL pointers.

-

This structure is meaningless if the source is not a remote interface; in that case, the functions which requires such a structure can accept a NULL pointer as well.

- -

Definition at line 338 of file remote-ext.h.

-

Field Documentation

- -
-
- - - - -
char* password
-
-
- -

Zero-terminated string containing the password that has to be used on the remote machine for authentication.

-

This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL.

- -

Definition at line 365 of file remote-ext.h.

- -
-
- -
-
- - - - -
int type
-
-
- -

Type of the authentication required.

-

In order to provide maximum flexibility, we can support different types of authentication based on the value of this 'type' variable. The currently supported authentication methods are defined into the Remote Authentication Methods Section.

- -

Definition at line 349 of file remote-ext.h.

- -
-
- -
-
- - - - -
char* username
-
-
- -

Zero-terminated string containing the username that has to be used on the remote machine for authentication.

-

This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL.

- -

Definition at line 357 of file remote-ext.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