From c868ab6dafaacc7c15787650049f166ebbb60190 Mon Sep 17 00:00:00 2001 From: Alfredo Cardigliano Date: Fri, 5 Apr 2024 15:58:32 +0200 Subject: [PATCH] Fix doc --- userland/lib/pfring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userland/lib/pfring.h b/userland/lib/pfring.h index 208c8873b..c63658bdb 100644 --- a/userland/lib/pfring.h +++ b/userland/lib/pfring.h @@ -541,7 +541,7 @@ int pfring_recv_parsed(pfring *ring, u_char** buffer, u_int buffer_len, u_int8_t level /* 1..4 */, u_int8_t add_timestamp, u_int8_t add_hash); /** - * This call returns an incoming packet when available. + * This call returns an flow when PF_RING_FLOW_OFFLOAD is enabled (supported adapters only). * @param ring The PF_RING handle where we perform the check. * @param flowr A struct to be filled with flow metadata. * @param hdr A memory area where the packet header will be copied.