PF_RING
PF_RING copied to clipboard
High-speed packet processing framework
Hi, I'm trying to get pf_ring+XDP to work. I followed the docs, but XDP always reports lower pps/bps: ``` $ sudo ./pfcount -i ens27@0 Using PF_RING v.8.6.1.231023 kernel module v.8.6.1...
CVE-2023-1801 is a security vulnerability in tcpdump. The root cause of this CVE is that directly calling strftime() in printers may result in a buffer overflow if the buffer isn't...
Hi! I'm using vanilla pf_ring 8.7 @ e499765ba985e377c828265d6a67640032f3f477 In my application i open a ring with 6 interfaces as device_name. Every interface receive: - 11 62KB packets every 350milliseconds. So...
When compiling the PF_RING code on Redhat 9 the AF_XDP support is not compiled. The output of the configure script in the userland directory shows: ``` checking for nl_socket_alloc in...
I am trying to compile PF_RING on Fedora 39, which has kernel 6.6.9. I get three implicit_function_declaration errors in e1000e-3.8.7-zc/src/netdev.c, for "e1000e_hwtstamp_get", "pci_enable_pcie_error_reporting", and "pci_disable_pcie_error_reporting’. I found "e100e_hwtstamp_get" function in...
Hello I'm in the process of integrating the PF_RING library into a CMake project, but I'm facing compilation errors. I've followed the steps described in [this](https://www.ntop.org/guides/pf_ring/get_started/git_installation.html) guide to install PF_RING....
Trying to increase MTU of an 810-C port in load_driver,sh with CMD #ifconfig ens33 mtu 1000 up, but showing error message while opening the port with zc api in order...
Add support for Napatech UNIX_NS timestamp format (at the moment we support NATIVE_UNIX and PCAP) TimestampFormat = UNIX_NS
Hi! I would like to slice some (but not all) flows passing through my app. To do this, I would like to propose adding: ```C pfring_ft_expire_flow(pfring_ft_table *ft, pfring_ft_flow *flow); ```...
RHEL Version: Red Hat Enterprise Linux release 8.7 (Ootpa) Kernel: Linux he2-6525.dev.research.5544.nrl.navy.mil 4.18.0-425.10.1.el8_7.x86_64 #1 SMP Wed Dec 14 16:00:01 EST 2022 x86_64 x86_64 x86_64 GNU/Linux According to https://packages.ntop.org/centos/ RHEL 8...