pcap-septel.h revision 252281
1112158Sdas/*
2112158Sdas * pcap-septel.c: Packet capture interface for Intel Septel card
3112158Sdas *
4112158Sdas * The functionality of this code attempts to mimic that of pcap-linux as much
5112158Sdas * as possible.  This code is only needed when compiling in the Intel/Septel
6112158Sdas * card code at the same time as another type of device.
7112158Sdas *
8112158Sdas * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9112158Sdas * (+961 3 485343);
10112158Sdas *
11112158Sdas * @(#) $Header: /tcpdump/master/libpcap/pcap-septel.h,v 1.2 2008-04-04 19:37:45 guy Exp $
12112158Sdas */
13112158Sdas
14112158Sdaspcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
15112158Sdasint septel_findalldevs(pcap_if_t **devlistp, char *errbuf);
16112158Sdas