early-access version 2853
This commit is contained in:
25
externals/vcpkg/ports/pcapplusplus/vcpkg.json
vendored
Executable file
25
externals/vcpkg/ports/pcapplusplus/vcpkg.json
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "pcapplusplus",
|
||||
"version-string": "22.05",
|
||||
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
|
||||
"homepage": "https://github.com/seladb/PcapPlusPlus",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "libpcap",
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
"name": "pthreads",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "winpcap",
|
||||
"platform": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user