mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:48:59 +08:00
bcc2a393fd
* Bump PcapPlusPlus to v21.11 * Update sha
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"name": "pcapplusplus",
|
|
"version-string": "21.11",
|
|
"description": "PcapPlusPlus is a multi-platform C++ library for capturing, parsing and crafting of network packets",
|
|
"homepage": "https://github.com/seladb/PcapPlusPlus",
|
|
"dependencies": [
|
|
{
|
|
"name": "libpcap",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "pthreads",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|