aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2010-07-14 20:28:34 +0000
committerSake Blok <sake@euronet.nl>2010-07-14 20:28:34 +0000
commit717abac483f4e8746f6f9e92d879b354119526c8 (patch)
tree65f95f4a38afc696145bd8f14ccc19cb1c4ca5c3 /tshark.c
parent30f105640fe263ce6e2e981bd36fbf72cffd4c89 (diff)
downloadwireshark-717abac483f4e8746f6f9e92d879b354119526c8.tar.gz
wireshark-717abac483f4e8746f6f9e92d879b354119526c8.tar.bz2
wireshark-717abac483f4e8746f6f9e92d879b354119526c8.zip
Make 'tshark -T fields' print all values for fields with multiple occurences.
svn path=/trunk/; revision=33527
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");