URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f06e9046741efb336469d5a48467f0da968a1c8b
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f06e904 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: use application error codes for some frames
Since draft -07, the application/transport error code space was split.
RST_STREAM and APPLICATION_CLOSE use application-specific error codes.
Likewise for STOP_SENDING, but the value zero is not special there. See
https://tools.ietf.org/html/draft-ietf-quic-transport-14#section-11.4
Change-Id: I8ed9ce66b248c638921212dc7de03ae1168ca2ae
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29738
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 9c7e4d2 QUIC: simplify and fix frame item length in some cases
add f06e904 QUIC: use application error codes for some frames
Summary of changes:
epan/dissectors/packet-quic.c | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)