This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Some question about quic decode result

0

alt text

As the pic above. we has some questions:

  1. why there are two "Num Ranges" ? we think it's quic.frame_type.ack.num_range and quic.frame_type.ack.num_revived? but we does not clear that which is quic.frame_type.ack.num_range

  2. how can we known from the Received Packet,which is the FEC complete or retransmission complete?

  3. why there are 4 Received Packet Sequence Number is 0 ?

  4. how to calc "Largest Observed Delta time", why not written by power(x, y)?

asked 28 Dec '16, 04:44

neil_hao's gravatar image

neil_hao
26101114
accept rate: 0%

edited 28 Dec '16, 04:45

Can you share a capture in a publicly accessible spot, e.g. CloudShark, Google Drive, Dropbox etc.?

(28 Dec '16, 05:33) grahamb ♦

One Answer:

1

Hi,

1°) it is a typo on dissector fixed on https://code.wireshark.org/review/19547

For other question it is better to ask directly on QUIC mailing https://groups.google.com/a/chromium.org/forum/#!forum/proto-quic

answered 04 Jan '17, 12:07

Alexis%20La%20Goutte's gravatar image

Alexis La Go...
1104
accept rate: 25%

thanks a lot.

(16 Jan '17, 23:29) neil_hao