mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
77 lines
4.6 KiB
HTML
77 lines
4.6 KiB
HTML
<!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 Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li><a href="annotated.html"><span>Data 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 </td><td class="memItemRight" valign="bottom"><a class="el" href="group__remote__auth__methods.html#gacf895bca5fa091307dcfa3a7cb6c8882">RPCAP_RMTAUTH_NULL</a> 0</td></tr>
|
|
<tr><td class="mdescLeft"> </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 </td><td class="memItemRight" valign="bottom"><a class="el" href="group__remote__auth__methods.html#gab73de990af3daaf44ff88119050634fb">RPCAP_RMTAUTH_PWD</a> 1</td></tr>
|
|
<tr><td class="mdescLeft"> </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-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 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-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 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>
|