summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/winpcap/docs/html/daemon_8h.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/daemon_8h.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/daemon_8h.html')
-rw-r--r--3rdparty/winpcap/docs/html/daemon_8h.html81
1 files changed, 0 insertions, 81 deletions
diff --git a/3rdparty/winpcap/docs/html/daemon_8h.html b/3rdparty/winpcap/docs/html/daemon_8h.html
deleted file mode 100644
index 9356c74981f..00000000000
--- a/3rdparty/winpcap/docs/html/daemon_8h.html
+++ /dev/null
@@ -1,81 +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: daemon.h File 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><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
- <li class="current"><a href="files.html"><span>Files</span></a></li>
- </ul>
- </div>
- <div class="tabs">
- <ul>
- <li><a href="files.html"><span>File&nbsp;List</span></a></li>
- <li><a href="globals.html"><span>Globals</span></a></li>
- </ul>
- </div>
-</div>
-<div class="contents">
-<h1>daemon.h File Reference</h1>
-<p><a href="daemon_8h_source.html">Go to the source code of this file.</a></p>
-<table border="0" cellpadding="0" cellspacing="0">
-<tr><td colspan="2"><h2>Data Structures</h2></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">struct &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structdaemon__slpars.html">daemon_slpars</a></td></tr>
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Structure that keeps the parameters needed by the <a class="el" href="daemon_8h.html#ac54125d76e6f1ed4531f2025d51297e9">daemon_serviceloop()</a> function. <a href="structdaemon__slpars.html#_details">More...</a><br/></td></tr>
-<tr><td colspan="2"><h2>Functions</h2></td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="daemon_8h.html#ac54125d76e6f1ed4531f2025d51297e9">daemon_serviceloop</a> (void *ptr)</td></tr>
-<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="daemon_8h.html#a17c4e1f787be3e05287772cef511a91d">pthread_suspend</a> (int msec)</td></tr>
-</table>
-<hr/><h2>Function Documentation</h2>
-<a class="anchor" id="ac54125d76e6f1ed4531f2025d51297e9"></a><!-- doxytag: member="daemon.h::daemon_serviceloop" ref="ac54125d76e6f1ed4531f2025d51297e9" args="(void *ptr)" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">void daemon_serviceloop </td>
- <td>(</td>
- <td class="paramtype">void *&nbsp;</td>
- <td class="paramname"> <em>ptr</em></td>
- <td>&nbsp;)&nbsp;</td>
- <td></td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-</div>
-</div>
-<a class="anchor" id="a17c4e1f787be3e05287772cef511a91d"></a><!-- doxytag: member="daemon.h::pthread_suspend" ref="a17c4e1f787be3e05287772cef511a91d" args="(int msec)" -->
-<div class="memitem">
-<div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">void pthread_suspend </td>
- <td>(</td>
- <td class="paramtype">int&nbsp;</td>
- <td class="paramname"> <em>msec</em></td>
- <td>&nbsp;)&nbsp;</td>
- <td></td>
- </tr>
- </table>
-</div>
-<div class="memdoc">
-
-</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>