mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
e9d35a26f8
* Upgrade PcapPlusPlus to v22.11 * Update SHA * set to c+11 * Update portfile.cmake * Update CMakeLists.txt * Update CMakeLists.txt * Update SHA * Update SHA Co-authored-by: Ege Çetin <egecetin@hotmail.com.tr> Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com>
30 lines
606 B
JSON
30 lines
606 B
JSON
{
|
|
"name": "pcapplusplus",
|
|
"version-string": "22.11",
|
|
"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": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|