aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 20:28:34 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-14 20:28:34 +0000
commitce6f881c71244b0dc81a488878333647bd271520 (patch)
tree65f95f4a38afc696145bd8f14ccc19cb1c4ca5c3 /tshark.c
parent1d86583d5796a80004e7a61949e8673d823f589c (diff)
Make 'tshark -T fields' print all values for fields with multiple occurences.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33527 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tshark.c b/tshark.c
index a6b7ffc6c4..9de1469e81 100644
--- a/tshark.c
+++ b/tshark.c
@@ -280,6 +280,7 @@ print_usage(gboolean print_ver)
fprintf(output, " -E<fieldsoption>=<value> set options for output when -Tfields selected:\n");
fprintf(output, " header=y|n switch headers on and off\n");
fprintf(output, " separator=/t|/s|<char> select tab, space, printable character as separator\n");
+ fprintf(output, " aggregator=,|/s|<char> select comma, space, printable character as aggregator\n");
fprintf(output, " quote=d|s|n select double, single, no quotes for values\n");
fprintf(output, " -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)\n");
fprintf(output, " -u s|hms output format of seconds (def: s: seconds)\n");