aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNardi Ivan <nardi.ivan@gmail.com>2021-06-21 18:01:15 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-07-07 13:08:19 +0000
commitc2d77d910dd201afc263bd9fcdb0f4e10862c1b3 (patch)
treeb71ce9c2c0185548b3714b3082dc5dc104ebbfa3 /doc
parenta6932f56dc11ee0a9ff7333db7779663804036bc (diff)
QUIC: improve "Follow QUIC Stream" support
This functionality has been added in d2a660d8, where its limitations are described. Improvements: * the Substream index menu now properly filters for available stream numbers; * Follow Stream selects the first stream in the current packet Known issue (which is still there): if a packet contains multiple QUIC streams, then we will show data also from streams other than the selected one (see #16093) Note that there is no way to follow a QUIC connection. Close #17453
Diffstat (limited to 'doc')
-rw-r--r--doc/tshark.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index cefb3f63b9..2bb10e2e21 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -1261,7 +1261,7 @@ stream on the first TCP session (index 0) with HTTP/2 Stream ID 1.
0000002B 00 40 00 00 00 00 00 00 01 89 50 4e 47 0d 0a 1a .@...... ..PNG...
QUIC streams can be selected through B<-z "follow,quic,hex,3,0">, the first
-number indicates the UDP stream index whereas the second number selects the QUIC
+number indicates the QUIC connection number whereas the second number selects the QUIC
Stream ID.
=item B<-z> h225,counter[I<,filter>]