2005-07-11 03:24:53 +00:00
|
|
|
/*
|
|
|
|
* pcap-septel.c: Packet capture interface for Intel Septel card
|
|
|
|
*
|
|
|
|
* The functionality of this code attempts to mimic that of pcap-linux as much
|
|
|
|
* as possible. This code is only needed when compiling in the Intel/Septel
|
|
|
|
* card code at the same time as another type of device.
|
|
|
|
*
|
|
|
|
* Authors: Gilbert HOYEK (gil_hoyek@hotmail.com), Elias M. KHOURY
|
|
|
|
* (+961 3 485343);
|
|
|
|
*/
|
|
|
|
|
2013-05-30 06:41:26 +00:00
|
|
|
pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
|
2018-05-18 12:21:19 +00:00
|
|
|
int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);
|