aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libpcap/libpcap/pcap-septel.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 14:59:18 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 14:59:18 -0400
commit741efd6ee2f0defb40def8351d3f5a92fc0ab7c8 (patch)
treedcc3711c179264f1b74f97aa606907f52a8066a0 /lib/libpcap/libpcap/pcap-septel.h
parent0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d (diff)
parentd7dbd335bfc76ace0a0d3a13a5ba83b7c6734bfc (diff)
downloadapple_cmds-741efd6ee2f0defb40def8351d3f5a92fc0ab7c8.tar.gz
apple_cmds-741efd6ee2f0defb40def8351d3f5a92fc0ab7c8.tar.zst
apple_cmds-741efd6ee2f0defb40def8351d3f5a92fc0ab7c8.zip
Merge branch 'apple'
Diffstat (limited to 'lib/libpcap/libpcap/pcap-septel.h')
-rw-r--r--lib/libpcap/libpcap/pcap-septel.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libpcap/libpcap/pcap-septel.h b/lib/libpcap/libpcap/pcap-septel.h
new file mode 100644
index 0000000..0e648b2
--- /dev/null
+++ b/lib/libpcap/libpcap/pcap-septel.h
@@ -0,0 +1,13 @@
+/*
+ * pcap-septel.c: Packet capture interface for Intel Septel 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 Intel/Septel
+ * card code at the same time as another type of device.
+ *
+ * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
+ * (+961 3 485343);
+ */
+
+pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
+int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);