pcap-septel.h revision 147894
1147894Ssam/*
2147894Ssam * pcap-septel.c: Packet capture interface for Intel Septel card
3147894Ssam *
4147894Ssam * The functionality of this code attempts to mimic that of pcap-linux as much
5147894Ssam * as possible.  This code is only needed when compiling in the Intel/Septel
6147894Ssam * card code at the same time as another type of device.
7147894Ssam *
8147894Ssam * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9147894Ssam * (+961 3 485343);
10147894Ssam *
11147894Ssam * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.1.2.1 2005/06/20 21:30:19 guy Exp $
12147894Ssam */
13147894Ssam
14147894Ssampcap_t *septel_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
15147894Ssam
16