From 12a0ee8f966ef0cb5af9f0167f487f72f0ba1e20 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 1 Mar 2006 01:54:46 +0000 Subject: A "-b" argument must have a : in it, as it has to specify a criterion type and value, separated by a :. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17438 f5534014-38df-0310-8fa8-9805f1628bb7 --- capture_opts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture_opts.c') diff --git a/capture_opts.c b/capture_opts.c index d8c2f85954..738ea16c4e 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -190,7 +190,7 @@ get_ring_arguments(capture_options *capture_opts, const char *arg) colonp = strchr(arg, ':'); if (colonp == NULL) - return TRUE; + return FALSE; p = colonp; *p++ = '\0'; -- cgit v1.2.3