09/06/2025 23:19, Schneide: > From: Dylan Schneider <schne...@qti.qualcomm.com> > > Allow the user to specify protocol link type when creating pcapng files. > This change is needed to specify the protocol type in the pcapng file, > DLT_EN10MB specifies ethernet packets only. This will allow dissectors > for other protocols to be used on files generated by pcapng. > > Includes a breaking change to rte_pcapng_add_interface to add link_type > parameter. Existing calls to the function have been updated to pass > DLT_EN10MB for the link type argument. > > Fixes: d1da6d0d04c7 ("pcapng: require per-interface information") > Signed-off-by: Dylan Schneider <schne...@qti.qualcomm.com> > Cc: step...@networkplumber.org
I doesn't pass compilation test on my machine: Error: cannot find librte_pcapng.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_graph.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_node.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_pdump.so.25.1 in dpdk-build/build-arm64-generic-gcc/install