diff options
author | Sake Blok <sake@euronet.nl> | 2010-07-14 20:28:34 +0000 |
---|---|---|
committer | Sake Blok <sake@euronet.nl> | 2010-07-14 20:28:34 +0000 |
commit | 717abac483f4e8746f6f9e92d879b354119526c8 (patch) | |
tree | 65f95f4a38afc696145bd8f14ccc19cb1c4ca5c3 /tshark.c | |
parent | 30f105640fe263ce6e2e981bd36fbf72cffd4c89 (diff) | |
download | wireshark-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |