From 3e1a53241351c35b52450c2a98c7f7a222f8d653 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 10 Sep 2003 22:23:58 +0000 Subject: When saving packets, we have a "Save only marked packets" option; label the option to print only marked packets similarly, rather than as "Suppress unmarked packets" (for consistency, and because the latter isn't unlike a double negative). svn path=/trunk/; revision=8451 --- print.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'print.h') diff --git a/print.h b/print.h index b1f9013dc2..4ac47484c3 100644 --- a/print.h +++ b/print.h @@ -1,7 +1,7 @@ /* print.h * Definitions for printing packet analysis trees. * - * $Id: print.h,v 1.29 2002/08/28 21:00:40 jmayer Exp $ + * $Id: print.h,v 1.30 2003/09/10 22:23:58 guy Exp $ * * Gilbert Ramirez * @@ -43,11 +43,9 @@ typedef struct { FALSE if we should print only if not dissected. */ gboolean expand_all; /* TRUE if we should expand all levels; FALSE if we should expand as displayed. */ - gboolean suppress_unmarked; /* TRUE if we should suppress unmarked - frames FALSE if we should allow - both marked and unmarked frames to be - printed. - */ + gboolean print_only_marked; /* TRUE if we should print only marked + frames; FALSE if we should print + all frames. */ } print_args_t; /* Functions in print.h */ -- cgit v1.2.3