summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/winpcap/docs/html/group__remote__auth__methods.html
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-01-10 12:21:12 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-01-10 12:21:12 +0100
commitc4fa7719b1d79734d15da03ade1068c83dc6f8bf (patch)
tree9bbeb26117114ce0a52a15b0be43577bef2bd493 /3rdparty/winpcap/docs/html/group__remote__auth__methods.html
parente427c5471b902c18b073d24ca012d3945b11176a (diff)
Added integral version of WinPcap SDK (nw)
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, 76 insertions, 0 deletions
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 @@
+<!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>