--- src/ec_capture.c.orig	2004-07-13 11:24:51.000000000 -0500
+++ src/ec_capture.c	2009-11-03 20:13:05.000000000 -0600
@@ -39,8 +39,8 @@
    #define PCAP_TIMEOUT 10
 #else
    /* FREEBSD needs 1 */
-   /* MACOSX  needs 1 */
-   #define PCAP_TIMEOUT 10
+   /* MACOSX  needs 1000 */
+   #define PCAP_TIMEOUT 1000
 #endif
 
 /* globals */

