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