forked from nmap/npcap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WpcapNames.h
174 lines (159 loc) · 9.26 KB
/
WpcapNames.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
/***********************IMPORTANT NPCAP LICENSE TERMS***********************
*
* Npcap (https://npcap.com) is a Windows packet sniffing driver and library
* and is copyright (c) 2013-2022 by Nmap Software 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 used in
* other software without special permission from the Nmap
* Project. The standard (free) version is usually limited to
* installation on five systems. For more details, see the LICENSE
* file included with Npcap and also avaialble at
* https://github.com/nmap/npcap/blob/master/LICENSE. This header file
* summarizes a few important aspects of the Npcap license, but is not
* a substitute for that full Npcap license agreement.
*
* We fund the Npcap project by selling two types of commercial licenses to a
* special Npcap OEM edition:
*
* 1) 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 a quarterly term license,
* along with options for commercial support and updates. Prices and details:
* https://npcap.com/oem/redist.html
*
* 2) 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://npcap.com/oem/internal.html
*
* Both of these licenses include updates and support as well as a
* warranty. Npcap OEM also includes a silent installer for unattended
* installation. Further details about Npcap OEM are available from
* https://npcap.com/oem/, and you are also welcome to contact us at
* [email protected] to ask any questions or set up a license for your
* organization.
*
* 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 themselves. It will
* be free for them if they need 5 or fewer copies.
*
* If the Nmap Project (directly or through one of our commercial
* licensing customers) has granted you additional rights to Npcap or
* Npcap OEM, those additional rights take precedence where they
* conflict with the terms of the license agreement.
*
* 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 relicense 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.
*
* 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. 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.
*
***************************************************************************/
/*
* Copyright (c) 2005-2007 CACE Technologies
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of CACE Technologies nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
#ifndef __WPCAPNAMES_H_EED6D131C6DB4dd696757D219977A7E5
#define __WPCAPNAMES_H_EED6D131C6DB4dd696757D219977A7E5
//
// Original names
//
// NOTE:
// - please do not use prefix names longer than 70 chars.
// - the following characters are surely accepted in the prefixes: "[A-Z][a-z][0-9]_-',"
//
#define NPF_DRIVER_NAME "NPCAP" ///< (HHH) Packet.dll
#define NPF_DRIVER_NAME_WIDECHAR L"NPCAP" ///< (HHH) Packet.dll
#define NPF_DRIVER_NAME_SMALL "npcap" ///< (HHH) Packet.dll
#define NPF_DRIVER_NAME_SMALL_WIDECHAR L"npcap" ///< (HHH) Packet.dll
#define NPF_DRIVER_NAME_SMALL_WIFI NPF_DRIVER_NAME_SMALL "_wifi"
#define NPF_DRIVER_NAME_SMALL_WIDECHAR_WIFI NPF_DRIVER_NAME_SMALL_WIDECHAR L"_wifi"
// Used as a logo string in NPFInstall
#define NPF_DRIVER_NAME_NORMAL "Npcap" ///< (HHH) Packet.dll
#define NPF_DRIVER_NAME_NORMAL_WIDECHAR L"Npcap" ///< (HHH) Packet.dll
// Used as the registry software key name
#define NPF_SOFT_REGISTRY_NAME "NPCAP" ///< (HHH) Packet.dll
#define NPF_SOFT_REGISTRY_NAME_WIDECHAR L"NPCAP" ///< (HHH) Packet.dll
#define NPF_ORGAN_NAME "INSECURE" ///< (HHH) Packet.dll
#define NPF_ORGAN_NAME_WIDECHAR L"INSECURE" ///< (HHH) Packet.dll
//
// Derived strings
//
// Used in packetWin7\Dll and the driver
#define NPF_DEVICE_NAMES_PREFIX NPF_DRIVER_NAME "\\" ///< (AAA) packet.dll
#define NPF_DEVICE_NAMES_PREFIX_WIDECHAR NPF_DRIVER_NAME_WIDECHAR L"\\" ///< (AAA) used by the NPF driver, that does not accept the TEXT(a) macro correctly.
#define NPF_DEVICE_NAMES_TAG_WIFI "WIFI_"
#define NPF_DEVICE_NAMES_TAG_WIDECHAR_WIFI L"WIFI_"
#define NPF_DEVICE_NAMES_PREFIX_WIFI NPF_DEVICE_NAMES_PREFIX NPF_DEVICE_NAMES_TAG_WIFI
#define NPF_DEVICE_NAMES_PREFIX_WIDECHAR_WIFI NPF_DEVICE_NAMES_PREFIX_WIDECHAR NPF_DEVICE_NAMES_TAG_WIDECHAR_WIFI
// Used in packetWin7\Dll
#define FAKE_LOOPBACK_ADAPTER_NAME "\\Device\\" NPF_DRIVER_NAME "\\Loopback" ///< (CCC) Name of a fake loopback adapter
#define FAKE_LOOPBACK_ADAPTER_DESCRIPTION "Adapter for loopback traffic capture" ///< (DDD) Description of a fake loopback adapter that is always available
// Used in packetWin7\Dll, NPFInstall and the driver
#define NPF_SERVICE_DESC NPF_DRIVER_NAME_NORMAL " Packet Driver (" NPF_DRIVER_NAME ")" ///< (FFF) packet.dll
#define NPF_SERVICE_DESC_WIDECHAR NPF_DRIVER_NAME_NORMAL_WIDECHAR L" Packet Driver (" NPF_DRIVER_NAME_WIDECHAR L")" ///< (FFF) packet.dll
#define NPF_SERVICE_DESC_TCHAR _T(NPF_DRIVER_NAME_NORMAL) _T(" Packet Driver (") _T(NPF_DRIVER_NAME) _T(")") ///< (FFF) packet.dll
#define NPF_SERVICE_DESC_WIFI NPF_SERVICE_DESC " (WiFi version)"
#define NPF_SERVICE_DESC_WIDECHAR_WIFI NPF_SERVICE_DESC_WIDECHAR L" (WiFi version)"
#define NPF_SERVICE_DESC_TCHAR_WIFI NPF_SERVICE_DESC_TCHAR _T(" (WiFi version)")
// Used in packetWin7\Dll
#define NPF_DRIVER_COMPLETE_DEVICE_PREFIX "\\Device\\" NPF_DEVICE_NAMES_PREFIX ///< (III) packet.dll
// Used in packetWin7\Dll
#define NPF_DRIVER_COMPLETE_PATH "system32\\drivers\\" NPF_DRIVER_NAME ".sys" ///< (LLL) packet.dll
//
// WinPcap Global Registry Key
//
#define WINPCAP_GLOBAL_KEY "SOFTWARE\\CaceTech\\WinPcapOem"
#define WINPCAP_GLOBAL_KEY_WIDECHAR L"SOFTWARE\\CaceTech\\WinPcapOem"
#define WINPCAP_INSTANCE_KEY WINPCAP_GLOBAL_KEY "\\" NPF_DRIVER_NAME
#define WINPCAP_INSTANCE_KEY_WIDECHAR WINPCAP_GLOBAL_KEY_WIDECHAR L"\\" NPF_DRIVER_NAME_WIDECHAR
#define MAX_WINPCAP_KEY_CHARS 512
#endif //__WPCAPNAMES_H_EED6D131C6DB4dd696757D219977A7E5