Blame pcap-dag.h

Packit 209cc3
/*
Packit 209cc3
 * pcap-dag.c: Packet capture interface for Endace DAG card.
Packit 209cc3
 *
Packit 209cc3
 * The functionality of this code attempts to mimic that of pcap-linux as much
Packit 209cc3
 * as possible.  This code is only needed when compiling in the DAG card code
Packit 209cc3
 * at the same time as another type of device.
Packit 209cc3
 *
Packit 209cc3
 * Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
Packit 209cc3
 */
Packit 209cc3
Packit 209cc3
pcap_t *dag_create(const char *, char *, int *);
Packit 209cc3
int dag_findalldevs(pcap_if_list_t *devlistp, char *errbuf);