From c4fa7719b1d79734d15da03ade1068c83dc6f8bf Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 10 Jan 2015 12:21:12 +0100 Subject: Added integral version of WinPcap SDK (nw) --- .../docs/html/group__remote__auth__methods.html | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 3rdparty/winpcap/docs/html/group__remote__auth__methods.html (limited to '3rdparty/winpcap/docs/html/group__remote__auth__methods.html') diff --git a/3rdparty/winpcap/docs/html/group__remote__auth__methods.html b/3rdparty/winpcap/docs/html/group__remote__auth__methods.html new file mode 100644 index 00000000000..306547d0fa6 --- /dev/null +++ b/3rdparty/winpcap/docs/html/group__remote__auth__methods.html @@ -0,0 +1,76 @@ + + + + +WinPcap: Authentication methods supported by the RPCAP protocol + + + + + + +
+

Authentication methods supported by the RPCAP protocol
+ +[Exported Structures and Definitions] +

+ + + + + +

Defines

#define RPCAP_RMTAUTH_NULL   0
 It defines the NULL authentication.
#define RPCAP_RMTAUTH_PWD   1
 It defines the username/password authentication.
+

Define Documentation

+ +
+
+ + + + +
#define RPCAP_RMTAUTH_NULL   0
+
+
+ +

It defines the NULL authentication.

+

This value has to be used within the 'type' member of the pcap_rmtauth structure. The 'NULL' authentication has to be equal to 'zero', so that old applications can just put every field of struct pcap_rmtauth to zero, and it does work.

+ +

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

+ +
+
+ +
+
+ + + + +
#define RPCAP_RMTAUTH_PWD   1
+
+
+ +

It defines the username/password authentication.

+

With this type of authentication, the RPCAP protocol will use the username/ password provided to authenticate the user on the remote machine. If the authentication is successful (and the user has the right to open network devices) the RPCAP connection will continue; otherwise it will be dropped.

+

This value has to be used within the 'type' member of the pcap_rmtauth structure.

+ +

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

+ +
+
+
+ +
+

+documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2009 +CACE Technologies. All rights reserved.

-- cgit v1.2.3-70-g09d2