aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-31 21:23:22 -0400
committerAnders Broman <a.broman58@gmail.com>2016-06-01 04:30:50 +0000
commitb2845a6ac885d49aa1ea5d3865cd377d812eb4c7 (patch)
treeb1fd29e98a9d6c609c828843d906714d0b8f4258 /doc
parent162edec9ad00ec04cb5927482ba1620a354f2037 (diff)
tshark man page: the first TCP stream is stream 0, not 1.
This fixes the example of the -z follow option. Also fix up some formatting in the same section. Bug: 12383 Change-Id: Ic9b2ef5e63ab31d70f2750f9cfdcbab76cf204b6 Reviewed-on: https://code.wireshark.org/review/15667 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> 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.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 70ec28d372..120c74514a 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1063,8 +1063,8 @@ selected with the stream index. For example:
I<range> optionally specifies which "chunks" of the stream should be displayed.
-Example: B<-z "follow,tcp,hex,1"> will display the contents of the first TCP
-stream in "hex" format.
+Example: B<-z "follow,tcp,hex,1"> will display the contents of the second TCP
+stream (the first is stream 0) in "hex" format.
===================================================================
Follow: tcp,hex
@@ -1074,8 +1074,8 @@ stream in "hex" format.
00000000 00 00 00 22 00 00 00 07 00 0a 85 02 07 e9 00 02 ...".... ........
00000010 07 e9 06 0f 00 0d 00 04 00 00 00 01 00 03 00 06 ........ ........
00000020 1f 00 06 04 00 00 ......
- 00000000 00 01 00 00 ....
- 00000026 00 02 00 00
+ 00000000 00 01 00 00 ....
+ 00000026 00 02 00 00
Example: B<-z "follow,tcp,ascii,200.57.7.197:32891,200.57.7.198:2906"> will
display the contents of a TCP stream between 200.57.7.197 port 32891 and
@@ -1089,8 +1089,8 @@ display the contents of a TCP stream between 200.57.7.197 port 32891 and
38
...".....
................
- 4
- ....
+ 4
+ ....
=item B<-z> h225,counter[I<,filter>]