1335640Shselasky/*
2335640Shselasky * pcap-septel.c: Packet capture interface for Intel Septel card
3335640Shselasky *
4335640Shselasky * The functionality of this code attempts to mimic that of pcap-linux as much
5335640Shselasky * as possible.  This code is only needed when compiling in the Intel/Septel
6335640Shselasky * card code at the same time as another type of device.
7335640Shselasky *
8335640Shselasky * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
9335640Shselasky * (+961 3 485343);
10335640Shselasky */
11335640Shselasky
12335640Shselaskypcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
13335640Shselaskyint septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);
14