diff options
Diffstat (limited to 'vcpkg/ports/pfring/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pfring/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/pfring/vcpkg.json b/vcpkg/ports/pfring/vcpkg.json new file mode 100644 index 0000000..4a07301 --- /dev/null +++ b/vcpkg/ports/pfring/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "pfring", + "version": "8.8.0", + "description": "Library to interface with the PF_RING™ kernel module for processing packets at high-rates while providing a consistent API.", + "homepage": "https://github.com/ntop/PF_RING", + "license": null, + "supports": "linux" +} |