diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2006-11-23 01:45:51 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2006-11-23 01:45:51 +0000 |
commit | 868d6e86c181a493564ddb1064a44264f88d350f (patch) | |
tree | 7434b92e5de3f97433fb30eedde3b19887f5a5a3 /tshark.c | |
parent | 621c7fe6501fe7597c92b40d6074a53e405b3d19 (diff) | |
download | wireshark-868d6e86c181a493564ddb1064a44264f88d350f.tar.gz wireshark-868d6e86c181a493564ddb1064a44264f88d350f.tar.bz2 wireshark-868d6e86c181a493564ddb1064a44264f88d350f.zip |
Fix for bug #1211. Patch from Joshua Wright to add -S option to tshark's
usage description (-h).
svn path=/trunk/; revision=19962
Diffstat (limited to 'tshark.c')
-rw-r--r-- | tshark.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ print_usage(gboolean print_ver) fprintf(output, " -F <output file type> set the output file type, default is libpcap\n"); fprintf(output, " an empty \"-F\" option will list the file types\n"); fprintf(output, " -V add output of packet tree (Packet Details)\n"); + fprintf(output, " -S display packets even when writing to a file\n"); fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n"); fprintf(output, " -T pdml|ps|psml|text output format of text output (def: text)\n"); fprintf(output, " -t ad|a|r|d output format of time stamps (def: r: rel. to first)\n"); |