summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/libpcap/pcap-dag.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 14:55:20 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 14:55:20 -0400
commitd88d199f23088ac1c3d7696374b0a1c1c1c18358 (patch)
tree977307e478f76c5de5ca141268cf8ce0309a09eb /lib/libpcap/libpcap/pcap-dag.h
parent5fd83771641d15c418f747bd343ba6738d3875f7 (diff)
downloadapple_cmds-d88d199f23088ac1c3d7696374b0a1c1c1c18358.tar.gz
apple_cmds-d88d199f23088ac1c3d7696374b0a1c1c1c18358.tar.zst
apple_cmds-d88d199f23088ac1c3d7696374b0a1c1c1c18358.zip
libpcap-98.40.1
Diffstat (limited to 'lib/libpcap/libpcap/pcap-dag.h')
-rw-r--r--lib/libpcap/libpcap/pcap-dag.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libpcap/libpcap/pcap-dag.h b/lib/libpcap/libpcap/pcap-dag.h
new file mode 100644
index 0000000..67361af
--- /dev/null
+++ b/lib/libpcap/libpcap/pcap-dag.h
@@ -0,0 +1,12 @@
+/*
+ * pcap-dag.c: Packet capture interface for Endace DAG card.
+ *
+ * The functionality of this code attempts to mimic that of pcap-linux as much
+ * as possible. This code is only needed when compiling in the DAG card code
+ * at the same time as another type of device.
+ *
+ * Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
+ */
+
+pcap_t *dag_create(const char *, char *, int *);
+int dag_findalldevs(pcap_if_list_t *devlistp, char *errbuf);