aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-06-08 21:24:22 +0200
committerAnders Broman <a.broman58@gmail.com>2015-06-09 04:00:01 +0000
commite28339e59001baf9bb3aa02e29b931b316d07e1c (patch)
treef6d3296ed4c39af16957d6779178571f7bebc7c6 /doc
parent0a78e0bb485d129e7d68e2984e335bad5c3585fb (diff)
tshark: add ability to display streams in EBCDIC
As requested in https://ask.wireshark.org/questions/42958/tshark-follow-tcp-stream-for-ebcdic Change-Id: Ia8d93f59aa038bd6328adea137c92ea5a52361b5 Reviewed-on: https://code.wireshark.org/review/8844 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 4e14c7b98d..f50211987e 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1024,12 +1024,13 @@ I<prot> specifies the transport protocol. It can be one of:
I<mode> specifies the output mode. It can be one of:
- ascii ASCII output with dots for non-printable characters
- hex Hexadecimal and ASCII data with offsets
- raw Hexadecimal data
+ ascii ASCII output with dots for non-printable characters
+ ebcdic EBCDIC output with dots for non-printable characters
+ hex Hexadecimal and ASCII data with offsets
+ raw Hexadecimal data
-Since the output in B<ascii> mode may contain newlines, the length of each section
-of output plus a newline precedes each section of output.
+Since the output in B<ascii> or B<ebcdic> mode may contain newlines, the length
+of each section of output plus a newline precedes each section of output.
I<filter> specifies the stream to be displayed. UDP/TCP streams are selected
with either the stream index or IP address plus port pairs. SSL streams are