Skip to content

Commit

Permalink
Add some licensing info to the guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Sep 26, 2018
1 parent 387774e commit 7997a10
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docs/npcap-contact.xml

This file was deleted.

15 changes: 14 additions & 1 deletion docs/npcap-intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@
companies to silently and seamlessly install Npcap during their product's
installation rather than asking users to download and install Npcap
themselves. The Npcap OEM commercial license also includes support,
updates and indemnification.</para>
updates and indemnification. This is similar to the commercial licenses
we offer for embedding <ulink url="https://nmap.org/">Nmap</ulink> in
commercial software. More details are available from <ulink
url="https://nmap.org/npcap/oem/">the Npcap OEM page</ulink>.</para>
</sect2>

<sect2 id="npcap-download">
Expand All @@ -246,4 +249,14 @@
website</ulink> as an executable installer and as a source code
archive.</para>
</sect2>

<sect2 id="npcap-guide-copyright">
<title>Acknowledgements and copyright</title>

<para>Portions of this guide were adapted from the WinPcap documentation.
Copyright &#169; 2002-2005 Politecnico di Torino. Copyright &#169;
2005-2010 CACE Technologies. Copyright &#169; 2010-2013 Riverbed
Technology. Copyright &#169; 2018 Insecure.Com, LLC. All rights
reserved.</para>
</sect2>
</sect1>
9 changes: 8 additions & 1 deletion docs/npcap-tutorial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
dealing with "raw" networking packets, good knowledge of networks and
network protocols is assumed.</para>

<para>The code in this section is copied from the <xref
linkend="npcap-examples">Examples directory</xref> in the source
distribution and the SDK. The code is released under a BSD-3-clause license and
copyright: NetGroup, Politecnico di Torino (Italy); CACE Technologies,
Davis (California); and Insecure.com, LLC. Full text of the code license
can be found in each source file.</para>

<sect2 id="npcap-tutorial-devlist">
<title>Obtaining the device list</title>
<para>Typically, the first thing that a Npcap-based application does is
Expand Down Expand Up @@ -375,7 +382,7 @@ void packet_handler(u_char *param, const struct pcap_pkthdr *header, const u_cha
the user application does not have direct control over it. Another
approach (and to have more readable programs) is to use the <ulink
url="wpcap/pcap_next_ex.html">pcap_next_ex()</ulink> function, which is
presented in the next example (<xref linkend="npcap-tutorial-something"
presented in the next example (<xref linkend="npcap-tutorial-pcap-next-ex"
/>).</para>
</sect2>

Expand Down

0 comments on commit 7997a10

Please sign in to comment.