diff options
Diffstat (limited to '3rdparty/winpcap/docs/html/structpcap__samp.html')
-rw-r--r-- | 3rdparty/winpcap/docs/html/structpcap__samp.html | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/3rdparty/winpcap/docs/html/structpcap__samp.html b/3rdparty/winpcap/docs/html/structpcap__samp.html deleted file mode 100644 index 6aaeb84a802..00000000000 --- a/3rdparty/winpcap/docs/html/structpcap__samp.html +++ /dev/null @@ -1,89 +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_samp 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 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 class="current"><a href="annotated.html"><span>Data 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 Structures</span></a></li> - <li><a href="functions.html"><span>Data Fields</span></a></li> - </ul> - </div> -</div> -<div class="contents"> -<h1>pcap_samp Struct Reference<br/> -<small> -[<a class="el" href="group__remote__struct.html">Exported Structures and Definitions</a>]</small> -</h1><!-- doxytag: class="pcap_samp" --> -<p>This structure defines the information related to sampling. -<a href="#_details">More...</a></p> - -<p><code>#include <<a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>></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 </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__samp.html#adcc9a19ad3119f823a658f6a49a24e64">method</a></td></tr> -<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structpcap__samp.html#ac4f474c82e82cbb89ca7c36dd52be0ed">value</a></td></tr> -</table> -<hr/><a name="_details"></a><h2>Detailed Description</h2> -<p>This structure defines the information related to sampling. </p> -<p>In case the sampling is requested, the capturing device should read only a subset of the packets coming from the source. The returned packets depend on the sampling parameters.</p> -<dl class="warning"><dt><b>Warning:</b></dt><dd>The sampling process is applied <b>after</b> the filtering process. In other words, packets are filtered first, then the sampling process selects a subset of the 'filtered' packets and it returns them to the caller. </dd></dl> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00380">380</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="adcc9a19ad3119f823a658f6a49a24e64"></a><!-- doxytag: member="pcap_samp::method" ref="adcc9a19ad3119f823a658f6a49a24e64" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">int <a class="el" href="structpcap__samp.html#adcc9a19ad3119f823a658f6a49a24e64">method</a></td> - </tr> - </table> -</div> -<div class="memdoc"> -<p>Method used for sampling. Currently, the supported methods are listed in the <a class="el" href="group__remote__samp__methods.html">Sampling Methods Section</a>. </p> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00386">386</a> of file <a class="el" href="remote-ext_8h_source.html">remote-ext.h</a>.</p> - -</div> -</div> -<a class="anchor" id="ac4f474c82e82cbb89ca7c36dd52be0ed"></a><!-- doxytag: member="pcap_samp::value" ref="ac4f474c82e82cbb89ca7c36dd52be0ed" args="" --> -<div class="memitem"> -<div class="memproto"> - <table class="memname"> - <tr> - <td class="memname">int <a class="el" href="structpcap__samp.html#ac4f474c82e82cbb89ca7c36dd52be0ed">value</a></td> - </tr> - </table> -</div> -<div class="memdoc"> -<p>This value depends on the sampling method defined. For its meaning, please check at the <a class="el" href="group__remote__samp__methods.html">Sampling Methods Section</a>. </p> - -<p>Definition at line <a class="el" href="remote-ext_8h_source.html#l00392">392</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> |