Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Apr 5, 2024
1 parent 4c7d30a commit c868ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userland/lib/pfring.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c868ab6

Please sign in to comment.