summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/winpcap/docs/html/structpcap__rmtauth.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/structpcap__rmtauth.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/structpcap__rmtauth.html')
-rw-r--r--3rdparty/winpcap/docs/html/structpcap__rmtauth.html115
1 files changed, 0 insertions, 115 deletions
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 @@
-<!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: pcap_rmtauth Struct Reference</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 class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
- <li><a href="files.html"><span>Files</span></a></li>
- </ul>
- </div>
- <div class="tabs">
- <ul>
- <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
- <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
- </ul>
- </div>
-</div>
-<div class="contents">
-<h1>pcap_rmtauth Struct Reference<br/>
-<small>
-[<a class="el" href="group__remote__struct.html">Exported Structures and Definitions</a>]</small>
-</h1><!-- doxytag: class="pcap_rmtauth" -->
-<p>This structure keeps the information needed to autheticate the user on a remote machine.
-<a href="#_details">More...</a></p>
-
-<p><code>#include &lt;<a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>&gt;</code></p>
-<table border="0" cellpadding="0" cellspacing="0">
-<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__rmtauth.html#ac765329451135abec74c45e1897abf26">type</a></td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Type of the authentication required. <a href="#ac765329451135abec74c45e1897abf26"></a><br/></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__rmtauth.html#a9b20c006bd90a09e1465fb668700e81d">username</a></td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Zero-terminated string containing the username that has to be used on the remote machine for authentication. <a href="#a9b20c006bd90a09e1465fb668700e81d"></a><br/></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__rmtauth.html#a59460a3ff2c12443d1022e5cc0fba85c">password</a></td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Zero-terminated string containing the password that has to be used on the remote machine for authentication. <a href="#a59460a3ff2c12443d1022e5cc0fba85c"></a><br/></td></tr>
-</table>
-<hr/><a name="_details"></a><h2>Detailed Description</h2>
-<p>This structure keeps the information needed to autheticate the user on a remote machine. </p>
-<p>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.</p>
-<p>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. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00338">338</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-<hr/><h2>Field Documentation</h2>
-<a class="anchor" id="a59460a3ff2c12443d1022e5cc0fba85c"></a><!-- doxytag: member="pcap_rmtauth::password" ref="a59460a3ff2c12443d1022e5cc0fba85c" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">char* <a class="el" href="structpcap__rmtauth.html#a59460a3ff2c12443d1022e5cc0fba85c">password</a></td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>Zero-terminated string containing the password that has to be used on the remote machine for authentication. </p>
-<p>This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00365">365</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-
-</div>
-</div>
-<a class="anchor" id="ac765329451135abec74c45e1897abf26"></a><!-- doxytag: member="pcap_rmtauth::type" ref="ac765329451135abec74c45e1897abf26" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">int <a class="el" href="structpcap__rmtauth.html#ac765329451135abec74c45e1897abf26">type</a></td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>Type of the authentication required. </p>
-<p>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 <a class="el" href="group__remote__auth__methods.html">Remote Authentication Methods Section</a>. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00349">349</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-
-</div>
-</div>
-<a class="anchor" id="a9b20c006bd90a09e1465fb668700e81d"></a><!-- doxytag: member="pcap_rmtauth::username" ref="a9b20c006bd90a09e1465fb668700e81d" args="" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">char* <a class="el" href="structpcap__rmtauth.html#a9b20c006bd90a09e1465fb668700e81d">username</a></td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-<p>Zero-terminated string containing the username that has to be used on the remote machine for authentication. </p>
-<p>This field is meaningless in case of the RPCAP_RMTAUTH_NULL authentication and it can be NULL. </p>
-
-<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00357">357</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p>
-
-</div>
-</div>
-<hr/>The documentation for this struct was generated from the following file:<ul>
-<li><a class="el" href="remote-ext_8h_source.html">remote-ext.h</a></li>
-</ul>
-</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>