aboutsummaryrefslogtreecommitdiff
path: root/pcap-septel.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
commit8cd044dc566ca6ab3e0091a68756c19608655897 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pcap-septel.h
parentd35f964735cf0ca2ed9dc98ee6c1efa303c0c598 (diff)
downloadlibpcap-8cd044dc566ca6ab3e0091a68756c19608655897.tar.gz
auto import from //depot/cupcake/@135843
Diffstat (limited to 'pcap-septel.h')
-rw-r--r--pcap-septel.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/pcap-septel.h b/pcap-septel.h
deleted file mode 100644
index 1de6377a..00000000
--- a/pcap-septel.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * 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);
- *
- * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.1.2.1 2005/06/20 21:30:19 guy Exp $
- */
-
-pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
-