pcap-dag.h revision 127664
167754Smsmith/*
267754Smsmith * pcap-dag.c: Packet capture interface for Endace DAG card.
377424Smsmith *
4100966Siwasaki * The functionality of this code attempts to mimic that of pcap-linux as much
567754Smsmith * as possible.  This code is only needed when compiling in the DAG card code
667754Smsmith * at the same time as another type of device.
767754Smsmith *
867754Smsmith * Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
967754Smsmith *
1067754Smsmith * @(#) $Header: /tcpdump/master/libpcap/pcap-dag.h,v 1.3 2003/07/25 05:32:03 guy Exp $ (LBL)
1167754Smsmith */
1291116Smsmith
1370243Smsmithpcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
1467754Smsmith
1567754Smsmith