Add linux libpcap names to the pcap library list
This commit is contained in:
parent
aab0030137
commit
41b40cd4fa
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue