Merge pull request #230 from dogtopus/pcap-libnames-linux
Add linux libpcap names to the pcap library list
This commit is contained in:
commit
d30043bc85
|
@ -95,7 +95,9 @@ const char* PCapLibNames[] =
|
||||||
// TODO: name for npcap in non-WinPCap mode
|
// TODO: name for npcap in non-WinPCap mode
|
||||||
"wpcap.dll",
|
"wpcap.dll",
|
||||||
#else
|
#else
|
||||||
// TODO: Linux lib names
|
// Linux lib names
|
||||||
|
"libpcap.so.1",
|
||||||
|
"libpcap.so",
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue