2 * pcap-septel.c: Packet capture interface for Intel Septel card
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.
8 * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
11 * @(#) $Header: /pub/NetBSD/misc/repositories/cvsroot/src/dist/libpcap/pcap-septel.h,v 1.1.1.1 2006/02/27 15:45:49 drochner Exp $
14 pcap_t
*septel_open_live(const char *device
, int snaplen
, int promisc
, int to_ms
, char *ebuf
);