1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +00:00

ETHER: Enhance version info and location of Npcap

This commit is contained in:
Mark Pizzolato
2023-04-26 10:00:46 -10:00
parent 8e5368aaaf
commit ed5e47ab73
5 changed files with 14 additions and 8 deletions

View File

@@ -3379,7 +3379,7 @@ const char helpString[] =
"1 Dependencies\n"
#if defined(_WIN32)
" The NPcap or WinPcap package must be installed in order to enable\n"
" communication with other computers on the local LAN.\n"
" communication with the host system or other computers on the local LAN.\n"
"\n"
" The NPcap package is available from https://github.com/nmap/npcap\n"
" The WinPcap package is available from http://www.winpcap.org/\n"

View File

@@ -2059,7 +2059,7 @@ const char helpString[] =
"1 Dependencies\n"
#if defined(_WIN32)
" The NPcap or WinPcap package must be installed in order to enable\n"
" communication with other computers on the local LAN.\n"
" communication with the host system or other computers on the local LAN.\n"
"\n"
" The NPcap package is available from https://github.com/nmap/npcap\n"
" The WinPcap package is available from http://www.winpcap.org/\n"