Open anust opened 3 years ago
Hi,
Libprotoident can be used with any libtrace-supported capture format, and this includes DPDK (https://github.com/LibtraceTeam/libtrace/wiki/Supported-Trace-Formats).
Any existing software tools that use libprotoident can therefore be run against a DPDK interface by simply specifying dpdk:<PCI address>
as your input URI. If you're writing your own software, the DPDK URI should be provided as the argument to trace_create()
.
Dpdk has its API intergation with ndpi in passive mode. Please tell us how it will be intergated to dpdk to get l7 and protocol detections.