summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/winpcap/docs/html/group__remote__auth__methods.html
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-03-05 21:23:21 +1100
committer Vas Crabb <vas@vastheman.com>2020-03-05 21:23:21 +1100
commit5bce46bd7561ae1857c7e17614133f01f984ae78 (patch)
tree5df802bbf88b78604f359e9691f395fd2fea4bec /3rdparty/winpcap/docs/html/group__remote__auth__methods.html
parent72082dc6d70b62ad921d5ac680c628c9ce158271 (diff)
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.
Diffstat (limited to '3rdparty/winpcap/docs/html/group__remote__auth__methods.html')
-rw-r--r--3rdparty/winpcap/docs/html/group__remote__auth__methods.html76
1 files changed, 0 insertions, 76 deletions
diff --git a/3rdparty/winpcap/docs/html/group__remote__auth__methods.html b/3rdparty/winpcap/docs/html/group__remote__auth__methods.html
deleted file mode 100644
index 306547d0fa6..00000000000
--- a/3rdparty/winpcap/docs/html/group__remote__auth__methods.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<title>WinPcap: Authentication methods supported by the RPCAP protocol</title>
-<link href="tabs.css" rel="stylesheet" type="text/css"/>
-<link href="style.css" rel="stylesheet" type="text/css"/>
-</head>
-<body>
-<!-- Generated by Doxygen 1.6.1 -->
-<div class="navigation" id="top">
- <div class="tabs">
- <ul>
- <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
- <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
- <li><a href="modules.html"><span>Modules</span></a></li>
- <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
- <li><a href="files.html"><span>Files</span></a></li>
- </ul>
- </div>
-</div>
-<div class="contents">
-<h1>Authentication methods supported by the RPCAP protocol<br/>
-<small>
-[<a class="el" href="group__remote__struct.html">Exported Structures and Definitions</a>]</small>
-</h1><table border="0" cellpadding="0" cellspacing="0">
-<tr><td colspan="2"><h2>Defines</h2></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__remote__auth__methods.html#gacf895bca5fa091307dcfa3a7cb6c8882">RPCAP_RMTAUTH_NULL</a>&nbsp;&nbsp;&nbsp;0</td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">It defines the NULL authentication. <a href="#gacf895bca5fa091307dcfa3a7cb6c8882"></a><br/></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__remote__auth__methods.html#gab73de990af3daaf44ff88119050634fb">RPCAP_RMTAUTH_PWD</a>&nbsp;&nbsp;&nbsp;1</td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">It defines the username/password authentication. <a href="#gab73de990af3daaf44ff88119050634fb"></a><br/></td></tr>
-</table>
-<hr/><h2>Define Documentation</h2>
-<a class="anchor" id="gacf895bca5fa091307dcfa3a7cb6c8882"></a><!-- doxytag: member="remote&#45;ext.h::RPCAP_RMTAUTH_NULL" ref="gacf895bca5fa091307dcfa3a7cb6c8882" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">#define RPCAP_RMTAUTH_NULL&nbsp;&nbsp;&nbsp;0</td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>It defines the NULL authentication. </p>
-<p>This value has to be used within the 'type' member of the <a class="el" href="structpcap__rmtauth.html" title="This structure keeps the information needed to autheticate the user on a remote machine...">pcap_rmtauth</a> structure. The 'NULL' authentication has to be equal to 'zero', so that old applications can just put every field of struct <a class="el" href="structpcap__rmtauth.html" title="This structure keeps the information needed to autheticate the user on a remote machine...">pcap_rmtauth</a> to zero, and it does work. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00304">304</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-
-</div>
-</div>
-<a class="anchor" id="gab73de990af3daaf44ff88119050634fb"></a><!-- doxytag: member="remote&#45;ext.h::RPCAP_RMTAUTH_PWD" ref="gab73de990af3daaf44ff88119050634fb" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">#define RPCAP_RMTAUTH_PWD&nbsp;&nbsp;&nbsp;1</td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>It defines the username/password authentication. </p>
-<p>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.</p>
-<p>This value has to be used within the 'type' member of the <a class="el" href="structpcap__rmtauth.html" title="This structure keeps the information needed to autheticate the user on a remote machine...">pcap_rmtauth</a> structure. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00315">315</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-
-</div>
-</div>
-</div>
-
-<hr>
-<p align="right"><img border="0" src="winpcap_small.gif" align="absbottom" width="91" height="27">
-documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2009
-CACE Technologies. All rights reserved.</p>