You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mswin32/winfix.cc
+1-1
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ void win_init()
251
251
}
252
252
#ifdef _MSC_VER
253
253
__except (1) {
254
-
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.org. Resorting to connect() mode -- Nmap may not function completely");
254
+
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.com. Resorting to connect() mode -- Nmap may not function completely");
Copy file name to clipboardexpand all lines: nping/winfix.cc
+1-1
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ void win_init()
248
248
}
249
249
#ifdef _MSC_VER
250
250
__except (1) {
251
-
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.org. Resorting to connect() mode -- Nmap may not function completely");
251
+
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.com. Resorting to connect() mode -- Nmap may not function completely");
0 commit comments