xref: /aosp_15_r20/external/libpcap/pcap-septel.h (revision 8b26181f966a6af5cf6981a6f474313de533bb28)
1 /*
2  * pcap-septel.c: Packet capture interface for Intel Septel card
3  *
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.
7  *
8  * Authors: Gilbert HOYEK ([email protected]), Elias M. KHOURY
9  * (+961 3 485343);
10  */
11 
12 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
13 int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);
14