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

@@ -1096,9 +1096,10 @@ t_stat ni_help(FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr)
"+sim> ATTACH %D en0\n"
"1 Dependencies\n"
#if defined(_WIN32)
" The WinPcap package must be installed in order to enable\n"
" communication with other computers on the local LAN.\n"
" The NPcap or WinPcap package must be installed in order to enable\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"
#else
" To build simulators with the ability to communicate to other computers\n"