[PATCH v2] pcapng: allow any protocol link type for the interface block
Stephen Hemminger
stephen at networkplumber.org
Mon Jun 9 00:19:09 CEST 2025
On Fri, 6 Jun 2025 15:52:08 -0600
Schneide <schneide at qti.qualcomm.com> wrote:
> diff --git a/lib/pcapng/rte_pcapng.h b/lib/pcapng/rte_pcapng.h
> index 48f2b57564..9880d415c4 100644
> --- a/lib/pcapng/rte_pcapng.h
> +++ b/lib/pcapng/rte_pcapng.h
> @@ -71,6 +71,8 @@ rte_pcapng_close(rte_pcapng_t *self);
> * The handle to the packet capture file
> * @param port
> * The Ethernet port to report stats on.
> + * @param link_type
> + * The link type (e.g., DLT_EN10MB)
Emacs shows use of tab in the doc book comment, which is wrong.
More information about the dev
mailing list