aboutsummaryrefslogtreecommitdiff
path: root/pcap-dag.h
diff options
context:
space:
mode:
authorguy <guy>2005-07-07 06:55:19 +0000
committerguy <guy>2005-07-07 06:55:19 +0000
commit7f34968ee31709ad89580de55daf1262a6fe8085 (patch)
treee3cb991e0884c3713eb32f4369ddf971ae022904 /pcap-dag.h
parent75b14d240d2b093c8e1441e564fb00128a9cbddb (diff)
From Stephen Donnelly: updates to the DAG support, to support their
updated API if available.
Diffstat (limited to 'pcap-dag.h')
-rw-r--r--pcap-dag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-dag.h b/pcap-dag.h
index 440311cd..aefaa5c5 100644
--- a/pcap-dag.h
+++ b/pcap-dag.h
@@ -7,8 +7,8 @@
*
* Author: Richard Littin, Sean Irvine ({richard,sean}@reeltwo.com)
*
- * @(#) $Header: /tcpdump/master/libpcap/pcap-dag.h,v 1.3 2003-07-25 05:32:03 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-dag.h,v 1.4 2005-07-07 06:55:20 guy Exp $ (LBL)
*/
pcap_t *dag_open_live(const char *device, int snaplen, int promisc, int to_ms, char *ebuf);
-
+int dag_platform_finddevs(pcap_if_t **devlistp, char *errbuf);