Blame pcap-septel.h

Packit 209cc3
/*
Packit 209cc3
 * pcap-septel.c: Packet capture interface for Intel Septel card
Packit 209cc3
 *
Packit 209cc3
 * The functionality of this code attempts to mimic that of pcap-linux as much
Packit 209cc3
 * as possible.  This code is only needed when compiling in the Intel/Septel
Packit 209cc3
 * card code at the same time as another type of device.
Packit 209cc3
 *
Packit 209cc3
 * Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
Packit 209cc3
 * (+961 3 485343);
Packit 209cc3
 */
Packit 209cc3
Packit 209cc3
pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
Packit 209cc3
int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);