1*8b26181fSAndroid Build Coastguard Worker /* 2*8b26181fSAndroid Build Coastguard Worker * pcap-septel.c: Packet capture interface for Intel Septel card 3*8b26181fSAndroid Build Coastguard Worker * 4*8b26181fSAndroid Build Coastguard Worker * The functionality of this code attempts to mimic that of pcap-linux as much 5*8b26181fSAndroid Build Coastguard Worker * as possible. This code is only needed when compiling in the Intel/Septel 6*8b26181fSAndroid Build Coastguard Worker * card code at the same time as another type of device. 7*8b26181fSAndroid Build Coastguard Worker * 8*8b26181fSAndroid Build Coastguard Worker * Authors: Gilbert HOYEK ([email protected]), Elias M. KHOURY 9*8b26181fSAndroid Build Coastguard Worker * (+961 3 485343); 10*8b26181fSAndroid Build Coastguard Worker */ 11*8b26181fSAndroid Build Coastguard Worker 12*8b26181fSAndroid Build Coastguard Worker pcap_t *septel_create(const char *device, char *ebuf, int *is_ours); 13*8b26181fSAndroid Build Coastguard Worker int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf); 14