]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap.c
From Jesper Peterson <[email protected]>: support for capturing from
[libpcap] / pcap.c
diff --git a/pcap.c b/pcap.c
index 2b329e938510bca82777abc08b01ca9c4ce8df48..90bb3e172a5991c3c79345dfeb46ccfcb6384c2a 100644 (file)
--- a/pcap.c
+++ b/pcap.c
@@ -33,7 +33,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.55 2003-06-07 10:26:04 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap.c,v 1.56 2003-07-23 05:29:22 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -637,6 +637,9 @@ pcap_close(pcap_t *p)
        if (p->fd >= 0) {
 #ifdef linux
                pcap_close_linux(p);
+#endif
+#ifdef HAVE_DAG_API
+               dag_platform_close(p);
 #endif
                close(p->fd);
        }