"dflag" is exported to libpcap if libpcap is compiled with BDEBUG, so we
make it non-static.
diff --git a/tcpdump.c b/tcpdump.c
index 7e7f516..c7c4d1e 100644
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -30,7 +30,7 @@
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
The Regents of the University of California. All rights reserved.\n";
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.229 2004-01-26 02:09:23 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.230 2004-01-31 06:14:59 guy Exp $ (LBL)";
#endif
/*
@@ -75,7 +75,7 @@
#include "gmt2local.h"
#include "pcap-missing.h"
-static int dflag; /* print filter code */
+int dflag; /* print filter code */
int eflag; /* print ethernet header */
int fflag; /* don't translate "foreign" IP address */
static int Lflag; /* list available data link types and exit */