From ba3e8e070ac92fa07ca69bc0cf0d9600b591a692 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 9 Oct 2013 19:43:02 +0000 Subject: Make column "filter name" prefixed with _ws. to be the same as other "*shark application filters" created in r52462. svn path=/trunk/; revision=52474 --- tshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tshark.c') diff --git a/tshark.c b/tshark.c index 1d81362e59..ba73d1a70e 100644 --- a/tshark.c +++ b/tshark.c @@ -320,7 +320,7 @@ print_usage(gboolean print_ver) fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n"); fprintf(output, " -T pdml|ps|psml|text|fields\n"); fprintf(output, " format of text output (def: text)\n"); - fprintf(output, " -e field to print if -Tfields selected (e.g. tcp.port, col.Info);\n"); + fprintf(output, " -e field to print if -Tfields selected (e.g. tcp.port, _ws.col.Info);\n"); fprintf(output, " this option can be repeated to print multiple fields\n"); fprintf(output, " -E= set options for output when -Tfields selected:\n"); fprintf(output, " header=y|n switch headers on and off\n"); -- cgit v1.2.3