blob: 9f634b653e0becd30d031a333b199f1acfb02bfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DPDK_25 {
global:
rte_pcapng_add_interface;
rte_pcapng_close;
rte_pcapng_copy;
rte_pcapng_fdopen;
rte_pcapng_mbuf_size;
rte_pcapng_write_packets;
rte_pcapng_write_stats;
local: *;
};
|