From f6685854a93e4ba9e0842001ccdc19410d4e424c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 31 May 2017 12:45:20 -0700 Subject: Add netmap support. Based on https://github.com/luigirizzo/netmap-libpcap. --- pcap-netmap.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pcap-netmap.h (limited to 'pcap-netmap.h') diff --git a/pcap-netmap.h b/pcap-netmap.h new file mode 100644 index 00000000..6a414fca --- /dev/null +++ b/pcap-netmap.h @@ -0,0 +1,2 @@ +pcap_t *pcap_netmap_create(const char *, char *, int *); +int pcap_netmap_findalldevs(pcap_if_list_t *devlistp, char *errbuf); -- cgit v1.2.3