aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-07 01:50:22 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-07 01:50:22 +0000
commit4cd5e44340fc394af379da15343afa3933ed4d71 (patch)
treec0b9beff17949e09d29a7c68e93dbf4fa3e1ab4f
parent6ace737ae47f519138bf480fd6ec249c08a8e2a0 (diff)
Oops, -B disappeared from the list of dumpcap options in the change to
support multiple, err, optional options. svn path=/trunk/; revision=32705
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index c3c1999822..d06f151292 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -2730,7 +2730,7 @@ main(int argc, char *argv[])
#define OPTSTRING_I ""
#endif
-#define OPTSTRING "a:" OPTSTRING_A "b:c:Df:hi:" OPTSTRING_I "L" OPTSTRING_m "Mnp" OPTSTRING_r "Ss:" OPTSTRING_u "vw:y:Z:"
+#define OPTSTRING "a:" OPTSTRING_A "b:" OPTSTRING_B "c:Df:hi:" OPTSTRING_I "L" OPTSTRING_m "Mnp" OPTSTRING_r "Ss:" OPTSTRING_u "vw:y:Z:"
#ifdef DEBUG_CHILD_DUMPCAP
if ((debug_log = ws_fopen("dumpcap_debug_log.tmp","w")) == NULL) {