aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-27 17:18:25 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-09-27 17:18:25 +0000
commite23a651ed07236d427a335f772e33aff88e72f33 (patch)
tree01ad82c9613f043cfa9a0b3205e2f6c88dd6c875 /rawshark.c
parent0f2e6c6cc564536c6b7252bdf10d0a6af740afe6 (diff)
Minor formatting changes to the rawshark -h output.
svn path=/trunk/; revision=39165
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/rawshark.c b/rawshark.c
index 70fe214724..e694fa2ef3 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -207,14 +207,16 @@ print_usage(gboolean print_ver)
fprintf(output, " -F <field> field to display\n");
fprintf(output, " -n disable all name resolution (def: all enabled)\n");
fprintf(output, " -N <name resolve flags> enable specific name resolution(s): \"mntC\"\n");
- fprintf(output, " -p use the system's packet header format (which may have 64-bit timestamps)\n");
+ fprintf(output, " -p use the system's packet header format\n");
+ fprintf(output, " (which may have 64-bit timestamps)\n");
fprintf(output, " -R <read filter> packet filter in Wireshark display filter syntax\n");
fprintf(output, " -s skip PCAP header on input\n");
- /*fprintf(output, "\n");*/
+ fprintf(output, "\n");
fprintf(output, "Output:\n");
fprintf(output, " -l flush output after each packet\n");
- fprintf(output, " -S format string for fields (%%D - name, %%S - stringval, %%N numval)\n");
+ fprintf(output, " -S format string for fields\n");
+ fprintf(output, " (%%D - name, %%S - stringval, %%N numval)\n");
fprintf(output, " -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)\n");
fprintf(output, "\n");