summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-09 19:43:02 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-09 19:43:02 +0000
commitba3e8e070ac92fa07ca69bc0cf0d9600b591a692 (patch)
tree5820c6fc424013e7a2d882b37063f6736a6bdd20 /tshark.c
parent576a16004b914ac66fc122814723451cf1431a0c (diff)
downloadwireshark-ba3e8e070ac92fa07ca69bc0cf0d9600b591a692.tar.gz
Make column "filter name" prefixed with _ws. to be the same as other "*shark application filters" created in r52462.
svn path=/trunk/; revision=52474
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
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> field to print if -Tfields selected (e.g. tcp.port, col.Info);\n");
+ fprintf(output, " -e <field> 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<fieldsoption>=<value> set options for output when -Tfields selected:\n");
fprintf(output, " header=y|n switch headers on and off\n");