1335640Shselasky/*
2335640Shselasky * pcap-dag.c: Packet capture interface for Endace DAG card.
3335640Shselasky *
4335640Shselasky * The functionality of this code attempts to mimic that of pcap-linux as much
5335640Shselasky * as possible.  This code is only needed when compiling in the DAG card code
6335640Shselasky * at the same time as another type of device.
7335640Shselasky *
8335640Shselasky * Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
9335640Shselasky */
10335640Shselasky
11335640Shselaskypcap_t *dag_create(const char *, char *, int *);
12335640Shselaskyint dag_findalldevs(pcap_if_list_t *devlistp, char *errbuf);
13