mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:42:20 +08:00
10c81db0c9
* Add PcapPlusPlus port * Fix non-windows installation * Run json formatting and x-add-version * Run x-add-version * Fix sha * Apply suggestions to `vcpkg.json` from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix versions * Fix sha for pcapplusplus.json * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Revert back from 'version' to 'version-string' * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Fix SHA in pcapplusplus.json * Remove the patches and copy the lib files from the `Dist` folder * Fix sha Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"name": "pcapplusplus",
|
|
"version-string": "21.05",
|
|
"description": "PcapPlusPlus is a multiplatform 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"
|
|
}
|
|
]
|
|
}
|