libpfring: add new package
authorBangLang Huang <redacted>
Sat, 23 Dec 2017 12:32:38 +0000 (20:32 +0800)
committerStijn Tintel <redacted>
Tue, 2 Oct 2018 17:43:48 +0000 (20:43 +0300)
commitbc01c8eae6ef0d87b1a0e6ac676605cacbd52014
treee9537280d1efcd3b64265a9164d25ed53f946e08
parentc4ab18d58e63130c7a88f881a8ba96628b9f8598
libpfring: add new package

PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap
network measurement box suitable for both packet and active traffic analysis and manipulation.
Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as
traffic balancers or packet filters in a matter of lines of codes.

github : https://github.com/ntop/pf_ring
official : https://www.ntop.org

Signed-off-by: BangLang Huang <redacted>
Signed-off-by: Stijn Tintel <redacted>
[rename kmod-pfring to kmod-pf-ring]
kernel/pfring/Makefile [new file with mode: 0644]
libs/libpfring/Makefile [new file with mode: 0644]
libs/libpfring/patches/0001-fix-cross-compiling.patch [new file with mode: 0644]
libs/libpfring/patches/0002-fix-march-native.patch [new file with mode: 0644]
libs/libpfring/patches/0003-fix-strncpy.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT