forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02d7c76
commit 0fa91a3
Showing
54 changed files
with
2,340 additions
and
1,746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,61 @@ | ||
/***********************IMPORTANT NPCAP LICENSE TERMS*********************** | ||
* * | ||
* Npcap is a Windows packet sniffing driver and library and is copyright * | ||
* (c) 2013-2020 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* (c) 2013-2021 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* reserved. * | ||
* * | ||
* Even though Npcap source code is publicly available for review, it is * | ||
* not open source software and may not be redistributed or incorporated * | ||
* into other software without special permission from the Nmap Project. * | ||
* We fund the Npcap project by selling a commercial license which allows * | ||
* companies to redistribute Npcap with their products and also provides * | ||
* for support, warranty, and indemnification rights. For details on * | ||
* obtaining such a license, please contact: * | ||
* not open source software and the free version may not be redistributed * | ||
* or incorporated into other software without special permission from * | ||
* the Nmap Project. It also has certain usage limitations described in * | ||
* the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. This header * | ||
* summarizes a few important aspects of the Npcap license, but is not a * | ||
* substitute for that full Npcap license agreement. * | ||
* * | ||
* [email protected] * | ||
* We fund the Npcap project by selling two commercial licenses: * | ||
* * | ||
* The Npcap OEM Redistribution License allows companies distribute Npcap * | ||
* OEM within their products. Licensees generally use the Npcap OEM * | ||
* silent installer, ensuring a seamless experience for end * | ||
* users. Licensees may choose between a perpetual unlimited license or * | ||
* an annual term license, along with options for commercial support and * | ||
* updates. Prices and details: https://nmap.org/npcap/oem/redist.html * | ||
* * | ||
* The Npcap OEM Internal-Use License is for organizations that wish to * | ||
* use Npcap OEM internally, without redistribution outside their * | ||
* organization. This allows them to bypass the 5-system usage cap of the * | ||
* Npcap free edition. It includes commercial support and update options, * | ||
* and provides the extra Npcap OEM features such as the silent installer * | ||
* for automated deployment. Prices and details: * | ||
* https://nmap.org/npcap/oem/internal.html * | ||
* * | ||
* Free and open source software producers are also welcome to contact us * | ||
* for redistribution requests. However, we normally recommend that such * | ||
* authors instead ask your users to download and install Npcap * | ||
* for redistribution requests, but we normally recommend that such * | ||
* authors instead ask their users to download and install Npcap * | ||
* themselves. * | ||
* * | ||
* Since the Npcap source code is available for download and review, * | ||
* users sometimes contribute code patches to fix bugs or add new * | ||
* features. By sending these changes to the Nmap Project (including * | ||
* through direct email or our mailing lists or submitting pull requests * | ||
* through our source code repository), it is understood unless you * | ||
* specify otherwise that you are offering the Nmap Project the * | ||
* unlimited, non-exclusive right to reuse, modify, and relicence your * | ||
* code contribution so that we may (but are not obligated to) * | ||
* incorporate it into Npcap. If you wish to specify special license * | ||
* conditions or restrictions on your contributions, just say so when you * | ||
* send them. * | ||
* features. You are encouraged to submit such patches as Github pull * | ||
* requests or by email to [email protected]. If you wish to specify * | ||
* special license conditions or restrictions on your contributions, just * | ||
* say so when you send them. Otherwise, it is understood that you are * | ||
* offering the Nmap Project the unlimited, non-exclusive right to reuse, * | ||
* modify, and relicence your code contributions so that we may (but are * | ||
* not obligated to) incorporate them into Npcap. * | ||
* * | ||
* This software is distributed in the hope that it will be useful, but * | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranty rights * | ||
* and commercial support are available for the OEM Edition described * | ||
* above. * | ||
* * | ||
* Other copyright notices and attribution may appear below this license * | ||
* header. We have kept those for attribution purposes, but any license * | ||
* terms granted by those notices apply only to their original work, and * | ||
* not to any changes made by the Nmap Project or to this entire file. * | ||
* * | ||
* This header summarizes a few important aspects of the Npcap license, * | ||
* but is not a substitute for the full Npcap license agreement, which is * | ||
* in the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. * | ||
* * | ||
***************************************************************************/ | ||
/* | ||
* Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,61 @@ | ||
/***********************IMPORTANT NPCAP LICENSE TERMS*********************** | ||
* * | ||
* Npcap is a Windows packet sniffing driver and library and is copyright * | ||
* (c) 2013-2020 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* (c) 2013-2021 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* reserved. * | ||
* * | ||
* Even though Npcap source code is publicly available for review, it is * | ||
* not open source software and may not be redistributed or incorporated * | ||
* into other software without special permission from the Nmap Project. * | ||
* We fund the Npcap project by selling a commercial license which allows * | ||
* companies to redistribute Npcap with their products and also provides * | ||
* for support, warranty, and indemnification rights. For details on * | ||
* obtaining such a license, please contact: * | ||
* not open source software and the free version may not be redistributed * | ||
* or incorporated into other software without special permission from * | ||
* the Nmap Project. It also has certain usage limitations described in * | ||
* the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. This header * | ||
* summarizes a few important aspects of the Npcap license, but is not a * | ||
* substitute for that full Npcap license agreement. * | ||
* * | ||
* [email protected] * | ||
* We fund the Npcap project by selling two commercial licenses: * | ||
* * | ||
* The Npcap OEM Redistribution License allows companies distribute Npcap * | ||
* OEM within their products. Licensees generally use the Npcap OEM * | ||
* silent installer, ensuring a seamless experience for end * | ||
* users. Licensees may choose between a perpetual unlimited license or * | ||
* an annual term license, along with options for commercial support and * | ||
* updates. Prices and details: https://nmap.org/npcap/oem/redist.html * | ||
* * | ||
* The Npcap OEM Internal-Use License is for organizations that wish to * | ||
* use Npcap OEM internally, without redistribution outside their * | ||
* organization. This allows them to bypass the 5-system usage cap of the * | ||
* Npcap free edition. It includes commercial support and update options, * | ||
* and provides the extra Npcap OEM features such as the silent installer * | ||
* for automated deployment. Prices and details: * | ||
* https://nmap.org/npcap/oem/internal.html * | ||
* * | ||
* Free and open source software producers are also welcome to contact us * | ||
* for redistribution requests. However, we normally recommend that such * | ||
* authors instead ask your users to download and install Npcap * | ||
* for redistribution requests, but we normally recommend that such * | ||
* authors instead ask their users to download and install Npcap * | ||
* themselves. * | ||
* * | ||
* Since the Npcap source code is available for download and review, * | ||
* users sometimes contribute code patches to fix bugs or add new * | ||
* features. By sending these changes to the Nmap Project (including * | ||
* through direct email or our mailing lists or submitting pull requests * | ||
* through our source code repository), it is understood unless you * | ||
* specify otherwise that you are offering the Nmap Project the * | ||
* unlimited, non-exclusive right to reuse, modify, and relicence your * | ||
* code contribution so that we may (but are not obligated to) * | ||
* incorporate it into Npcap. If you wish to specify special license * | ||
* conditions or restrictions on your contributions, just say so when you * | ||
* send them. * | ||
* features. You are encouraged to submit such patches as Github pull * | ||
* requests or by email to [email protected]. If you wish to specify * | ||
* special license conditions or restrictions on your contributions, just * | ||
* say so when you send them. Otherwise, it is understood that you are * | ||
* offering the Nmap Project the unlimited, non-exclusive right to reuse, * | ||
* modify, and relicence your code contributions so that we may (but are * | ||
* not obligated to) incorporate them into Npcap. * | ||
* * | ||
* This software is distributed in the hope that it will be useful, but * | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranty rights * | ||
* and commercial support are available for the OEM Edition described * | ||
* above. * | ||
* * | ||
* Other copyright notices and attribution may appear below this license * | ||
* header. We have kept those for attribution purposes, but any license * | ||
* terms granted by those notices apply only to their original work, and * | ||
* not to any changes made by the Nmap Project or to this entire file. * | ||
* * | ||
* This header summarizes a few important aspects of the Npcap license, * | ||
* but is not a substitute for the full Npcap license agreement, which is * | ||
* in the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. * | ||
* * | ||
***************************************************************************/ | ||
/* | ||
* Copyright (c) 2005-2007 CACE Technologies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,61 @@ | ||
/***********************IMPORTANT NPCAP LICENSE TERMS*********************** | ||
* * | ||
* Npcap is a Windows packet sniffing driver and library and is copyright * | ||
* (c) 2013-2020 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* (c) 2013-2021 by Insecure.Com LLC ("The Nmap Project"). All rights * | ||
* reserved. * | ||
* * | ||
* Even though Npcap source code is publicly available for review, it is * | ||
* not open source software and may not be redistributed or incorporated * | ||
* into other software without special permission from the Nmap Project. * | ||
* We fund the Npcap project by selling a commercial license which allows * | ||
* companies to redistribute Npcap with their products and also provides * | ||
* for support, warranty, and indemnification rights. For details on * | ||
* obtaining such a license, please contact: * | ||
* not open source software and the free version may not be redistributed * | ||
* or incorporated into other software without special permission from * | ||
* the Nmap Project. It also has certain usage limitations described in * | ||
* the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. This header * | ||
* summarizes a few important aspects of the Npcap license, but is not a * | ||
* substitute for that full Npcap license agreement. * | ||
* * | ||
* [email protected] * | ||
* We fund the Npcap project by selling two commercial licenses: * | ||
* * | ||
* The Npcap OEM Redistribution License allows companies distribute Npcap * | ||
* OEM within their products. Licensees generally use the Npcap OEM * | ||
* silent installer, ensuring a seamless experience for end * | ||
* users. Licensees may choose between a perpetual unlimited license or * | ||
* an annual term license, along with options for commercial support and * | ||
* updates. Prices and details: https://nmap.org/npcap/oem/redist.html * | ||
* * | ||
* The Npcap OEM Internal-Use License is for organizations that wish to * | ||
* use Npcap OEM internally, without redistribution outside their * | ||
* organization. This allows them to bypass the 5-system usage cap of the * | ||
* Npcap free edition. It includes commercial support and update options, * | ||
* and provides the extra Npcap OEM features such as the silent installer * | ||
* for automated deployment. Prices and details: * | ||
* https://nmap.org/npcap/oem/internal.html * | ||
* * | ||
* Free and open source software producers are also welcome to contact us * | ||
* for redistribution requests. However, we normally recommend that such * | ||
* authors instead ask your users to download and install Npcap * | ||
* for redistribution requests, but we normally recommend that such * | ||
* authors instead ask their users to download and install Npcap * | ||
* themselves. * | ||
* * | ||
* Since the Npcap source code is available for download and review, * | ||
* users sometimes contribute code patches to fix bugs or add new * | ||
* features. By sending these changes to the Nmap Project (including * | ||
* through direct email or our mailing lists or submitting pull requests * | ||
* through our source code repository), it is understood unless you * | ||
* specify otherwise that you are offering the Nmap Project the * | ||
* unlimited, non-exclusive right to reuse, modify, and relicence your * | ||
* code contribution so that we may (but are not obligated to) * | ||
* incorporate it into Npcap. If you wish to specify special license * | ||
* conditions or restrictions on your contributions, just say so when you * | ||
* send them. * | ||
* features. You are encouraged to submit such patches as Github pull * | ||
* requests or by email to [email protected]. If you wish to specify * | ||
* special license conditions or restrictions on your contributions, just * | ||
* say so when you send them. Otherwise, it is understood that you are * | ||
* offering the Nmap Project the unlimited, non-exclusive right to reuse, * | ||
* modify, and relicence your code contributions so that we may (but are * | ||
* not obligated to) incorporate them into Npcap. * | ||
* * | ||
* This software is distributed in the hope that it will be useful, but * | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Warranty rights * | ||
* and commercial support are available for the OEM Edition described * | ||
* above. * | ||
* * | ||
* Other copyright notices and attribution may appear below this license * | ||
* header. We have kept those for attribution purposes, but any license * | ||
* terms granted by those notices apply only to their original work, and * | ||
* not to any changes made by the Nmap Project or to this entire file. * | ||
* * | ||
* This header summarizes a few important aspects of the Npcap license, * | ||
* but is not a substitute for the full Npcap license agreement, which is * | ||
* in the LICENSE file included with Npcap and also available at * | ||
* https://github.com/nmap/npcap/blob/master/LICENSE. * | ||
* * | ||
***************************************************************************/ | ||
/* | ||
* Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy) | ||
|
Oops, something went wrong.