Remove/change some text to describe Npcap, not WinPcap

This commit is contained in:
dmiller 2021-07-21 22:42:46 +00:00
parent a2690ffa45
commit 7bf0a7f016
6 changed files with 10 additions and 28 deletions

View file

@ -1358,7 +1358,7 @@ void parse_options(int argc, char **argv) {
break;
case 'V':
#ifdef WIN32
/* For pcap_get_version, since we need to get the correct Npcap/WinPcap
/* For pcap_get_version, since we need to get the correct Npcap
* DLL loaded */
win_init();
#endif