From 3a3bf8926eaa57bbe3941cbb0fb5d30ad92ede11 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 26 Jul 2016 11:56:28 +0200 Subject: editcap: fix typos Change-Id: Ibdd81d8dbc779a8741a83d1269ccfb5ea156dd5a Reviewed-on: https://code.wireshark.org/review/16691 Reviewed-by: Anders Broman --- editcap.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'editcap.c') diff --git a/editcap.c b/editcap.c index 29ce0a9938..cc1a0c9d38 100644 --- a/editcap.c +++ b/editcap.c @@ -737,9 +737,9 @@ print_usage(FILE *output) fprintf(output, " given time (format as YYYY-MM-DD hh:mm:ss).\n"); fprintf(output, "\n"); fprintf(output, "Duplicate packet removal:\n"); - fprintf(output, " --novlan remove vlan info from packets before checking for duplicates.\n"); + fprintf(output, " --novlan remove vlan info from packets before checking for duplicates.\n"); fprintf(output, " -d remove packet if duplicate (window == %d).\n", DEFAULT_DUP_DEPTH); - fprintf(output, " -D remove packet if duplicate; configurable \n"); + fprintf(output, " -D remove packet if duplicate; configurable .\n"); fprintf(output, " Valid values are 0 to %d.\n", MAX_DUP_DEPTH); fprintf(output, " NOTE: A of 0 with -v (verbose option) is\n"); fprintf(output, " useful to print MD5 hashes.\n"); @@ -747,14 +747,14 @@ print_usage(FILE *output) fprintf(output, " LESS THAN prior to current packet.\n"); fprintf(output, " A is specified in relative seconds\n"); fprintf(output, " (e.g. 0.000001).\n"); - fprintf(output, " -a : Add or replace comment for given frame number\n"); + fprintf(output, " -a : Add or replace comment for given frame number\n"); fprintf(output, "\n"); fprintf(output, " -I ignore the specified bytes at the beginning of\n"); - fprintf(output, " the frame during MD5 hash calculation\n"); + fprintf(output, " the frame during MD5 hash calculation.\n"); fprintf(output, " Useful to remove duplicated packets taken on\n"); - fprintf(output, " several routers (different mac addresses for \n"); + fprintf(output, " several routers (different mac addresses for\n"); fprintf(output, " example).\n"); - fprintf(output, " e.g. -I 26 in case of Ether/IP/ will ignore \n"); + fprintf(output, " e.g. -I 26 in case of Ether/IP/ will ignore\n"); fprintf(output, " ether(14) and IP header(20 - 4(src ip) - 4(dst ip)).\n"); fprintf(output, "\n"); fprintf(output, " NOTE: The use of the 'Duplicate packet removal' options with\n"); @@ -774,8 +774,8 @@ print_usage(FILE *output) fprintf(output, " regions within a packet provided that at least 1\n"); fprintf(output, " choplen is positive and at least 1 is negative.\n"); fprintf(output, " -L adjust the frame (i.e. reported) length when chopping\n"); - fprintf(output, " and/or snapping\n"); - fprintf(output, " -t