From 4b6dbf4baf7cd06bd7936d622ff351ff4039ce29 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 19 Jan 2019 21:39:36 +0000 Subject: [PATCH] Revert "Change comment to reflect reality." This reverts commit b32c8432c76ab9e86fb1fd796fa5600d181e02ae. Reason for revert: the variable name was confusing - it describes the behavior if the -C flag is *absent*, and -C sets it to *false*. Change-Id: Ia4d2fb954466b710db3fd1b9897feb9f3818c3a9 Reviewed-on: https://code.wireshark.org/review/31618 Reviewed-by: Guy Harris --- capinfos.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/capinfos.c b/capinfos.c index aca3b5692b..0b0e8ad4d1 100644 --- a/capinfos.c +++ b/capinfos.c @@ -15,8 +15,11 @@ * * New capinfos features * - * Add a new -C option to continue processing - * additional files after a wiretap open failure. + * Continue processing additional files after + * a wiretap open failure. The new -C option + * reverts to capinfos' original behavior which + * is to cancel any further file processing at + * first file open failure. * * Change the behavior of how the default display * of all infos is initiated. This gets rid of a