dect
/
libpcap
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libpcap/pcap-sita.h

13 lines
376 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
*/
void pcap_close_acn(pcap_t *handle);
int pcap_stats_acn(pcap_t *handle, struct pcap_stat *ps);
int pcap_read_acn(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user);