diff options
author | guy <guy> | 2005-07-07 06:55:19 +0000 |
---|---|---|
committer | guy <guy> | 2005-07-07 06:55:19 +0000 |
commit | 7f34968ee31709ad89580de55daf1262a6fe8085 (patch) | |
tree | e3cb991e0884c3713eb32f4369ddf971ae022904 /pcap-dag.h | |
parent | 75b14d240d2b093c8e1441e564fb00128a9cbddb (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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |