/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libpcap/pcap-septel.h
13 строк
512 B
dmiller
Update libpcap to 1.9.0 (no patches applied yet)
30 мар 2019, 06:24
30 мар 2019, 06:24
a2442ea
Код
Авторство
О чём код?
/* * 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); */ pcap_t *septel_create(const char *device, char *ebuf, int *is_ours); int septel_findalldevs(pcap_if_list_t *devlistp, char *errbuf);