blob: 67361af9adef9f34fd420adc7335141228cae3dc [file] [log] [blame]
The Android Open Source Project478ab6c2009-03-03 19:30:05 -08001/*
2 * pcap-dag.c: Packet capture interface for Endace DAG card.
3 *
4 * The functionality of this code attempts to mimic that of pcap-linux as much
5 * as possible. This code is only needed when compiling in the DAG card code
6 * at the same time as another type of device.
7 *
8 * Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
The Android Open Source Project478ab6c2009-03-03 19:30:05 -08009 */
10
JP Abgrall511eca32014-02-12 13:46:45 -080011pcap_t *dag_create(const char *, char *, int *);
Haibo Huang165065a2018-07-23 17:26:52 -070012int dag_findalldevs(pcap_if_list_t *devlistp, char *errbuf);