mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 23:51:15 +01:00
11 lines
280 B
C
11 lines
280 B
C
/*
|
|
* pcap-sita.h: Packet capture interface for SITA WAN devices
|
|
*
|
|
* Authors: Fulko Hew (fulko.hew@sita.aero) (+1 905 6815570);
|
|
*
|
|
* @(#) $Header: /tcpdump/master/libpcap/pcap-sita.h
|
|
*/
|
|
|
|
extern int acn_parse_hosts_file(char *errbuf);
|
|
extern int acn_findalldevs(char *errbuf);
|