Merge pull request #230 from dogtopus/pcap-libnames-linux

Add linux libpcap names to the pcap library list
This commit is contained in:
StapleButter 2018-12-15 00:30:44 +01:00 committed by GitHub
commit d30043bc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
};