aboutsummaryrefslogtreecommitdiff
path: root/libs/libpfring
Commit message (Collapse)AuthorAge
* libpfring: Update to 7.4.0Rosen Penev2018-12-26
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpfring: Fix compilation when missing lexRosen Penev2018-11-13
| | | | | | | Buildbots are missing lex, which is normally a symlink to flex. This solution is used elsewhere in the package but missing here. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpfring: disable libnlStijn Tintel2018-10-07
| | | | | | | When libnl is built, libpfring links against it. This causes the build to fail due to a missing dependency. Disable libnl to avoid this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* libpfring: fix kmod dependencyStijn Tintel2018-10-03
| | | | | | | The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the dependency was not updated. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* libpfring: add new packageBangLang Huang2018-10-02
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 <banglang.huang@foxmail.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> [rename kmod-pfring to kmod-pf-ring]