Add linux libpcap names to the pcap library list

This commit is contained in:
dogtopus 2018-02-22 10:39:02 -04:00
parent aab0030137
commit 41b40cd4fa
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ const char* PCapLibNames[] =
// TODO: name for npcap in non-WinPCap mode
"wpcap.dll",
#else
// TODO: Linux lib names
// Linux lib names
"libpcap.so.1",
"libpcap.so",
#endif
NULL
};