aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-05-09 13:35:36 -0700
committerGerald Combs <gerald@wireshark.org>2016-05-11 17:30:33 +0000
commitd7cbea94282099405e0754ff927ec3a5a79dcb9d (patch)
treefc400ad7f91d0cbd02e05993646245b447a937dd /doc
parentbca12baa4c79fe383f67da3c12b4b1cb6c1e09ac (diff)
TShark: Add a "-E bom=" option.
Add an option to print the UTF-8 BOM. Change-Id: I3d30c67852b9b89d1548b0f957d97fd8e8741049 Reviewed-on: https://code.wireshark.org/review/15318 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 7a82d6c061..70ec28d372 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -309,6 +309,9 @@ selected.
Options are:
+B<bom=y|n> If B<y>, prepend output with the UTF-8 byte order mark
+(hexadecimal ef, bb, bf). Defaults to B<n>.
+
B<header=y|n> If B<y>, print a list of the field names given using B<-e>
as the first line of the output; the field name will be separated using
the same character as the field values. Defaults to B<n>.