8d23ce8f5e
This is utility library for writing pcapng format files used by Wireshark family of utilities. Older tcpdump also knows how to read (but not write) this format. See https://github.com/pcapng/pcapng/ Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Reshma Pattan <reshma.pattan@intel.com> Acked-by: Ray Kinsella <mdr@ashroe.eu>
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pcapng_close;
|
|
rte_pcapng_copy;
|
|
rte_pcapng_fdopen;
|
|
rte_pcapng_mbuf_size;
|
|
rte_pcapng_write_packets;
|
|
rte_pcapng_write_stats;
|
|
|
|
local: *;
|
|
};
|