]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/libpcap/pcap-septel.h
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / libpcap / pcap-septel.h
1 /*
2  * pcap-septel.c: Packet capture interface for Intel Septel card
3  *
4  * The functionality of this code attempts to mimic that of pcap-linux as much
5  * as possible.  This code is only needed when compiling in the Intel/Septel
6  * card code at the same time as another type of device.
7  *
8  * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9  * (+961 3 485343);
10  *
11  * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.1.2.1 2005/06/20 21:30:19 guy Exp $
12  */
13
14 pcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
15