diff options
Diffstat (limited to '3rdparty/winpcap/docs/html/group__remote__source__ID.html')
-rw-r--r-- | 3rdparty/winpcap/docs/html/group__remote__source__ID.html | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/3rdparty/winpcap/docs/html/group__remote__source__ID.html b/3rdparty/winpcap/docs/html/group__remote__source__ID.html deleted file mode 100644 index f42a634bf48..00000000000 --- a/3rdparty/winpcap/docs/html/group__remote__source__ID.html +++ /dev/null @@ -1,95 +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: Identifiers related to the new source syntax</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>Identifiers related to the new source syntax<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__source__ID.html#ga9188ad0fc0d12fc51d1e9f5e78bf9440">PCAP_SRC_FILE</a> 2</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Internal representation of the type of source in use (file, remote/local interface). <a href="#ga9188ad0fc0d12fc51d1e9f5e78bf9440"></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__source__ID.html#ga00c875af0185ead420787d4eaba6ff71">PCAP_SRC_IFLOCAL</a> 3</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Internal representation of the type of source in use (file, remote/local interface). <a href="#ga00c875af0185ead420787d4eaba6ff71"></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__source__ID.html#gae5558973e334926f6e7171e3a711e265">PCAP_SRC_IFREMOTE</a> 4</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Internal representation of the type of source in use (file, remote/local interface). <a href="#gae5558973e334926f6e7171e3a711e265"></a><br/></td></tr> -</table> -<hr/><h2>Define Documentation</h2> -<a class="anchor" id="ga9188ad0fc0d12fc51d1e9f5e78bf9440"></a><!-- doxytag: member="remote-ext.h::PCAP_SRC_FILE" ref="ga9188ad0fc0d12fc51d1e9f5e78bf9440" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">#define PCAP_SRC_FILE 2</td> - </tr> - </table> -</div> -<div class="memdoc"> - -<p>Internal representation of the type of source in use (file, remote/local interface). </p> -<p>This indicates a file, i.e. the user want to open a capture from a local file. </p> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00093">93</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p> - -</div> -</div> -<a class="anchor" id="ga00c875af0185ead420787d4eaba6ff71"></a><!-- doxytag: member="remote-ext.h::PCAP_SRC_IFLOCAL" ref="ga00c875af0185ead420787d4eaba6ff71" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">#define PCAP_SRC_IFLOCAL 3</td> - </tr> - </table> -</div> -<div class="memdoc"> - -<p>Internal representation of the type of source in use (file, remote/local interface). </p> -<p>This indicates a local interface, i.e. the user want to open a capture from a local interface. This does not involve the RPCAP protocol. </p> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00101">101</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p> - -</div> -</div> -<a class="anchor" id="gae5558973e334926f6e7171e3a711e265"></a><!-- doxytag: member="remote-ext.h::PCAP_SRC_IFREMOTE" ref="gae5558973e334926f6e7171e3a711e265" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">#define PCAP_SRC_IFREMOTE 4</td> - </tr> - </table> -</div> -<div class="memdoc"> - -<p>Internal representation of the type of source in use (file, remote/local interface). </p> -<p>This indicates a remote interface, i.e. the user want to open a capture from an interface on a remote host. This does involve the RPCAP protocol. </p> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00109">109</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> |