URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aae389aba9230bc1be8c655bf272771e17852ea9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
aae389a by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: shorten labels for transport error codes
Use short names (and add a missing one for INVALID_MIGRATION), otherwise
columns and lines become too long. Use range_string to prepare for
addition of CRYPTO_ERROR.
Change-Id: I9c2742cdc8010443a456e8cfff2fc9012b1efe7e
Ping-Bug: 13881
Reviewed-on: https://code.wireshark.org/review/29739
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d6e9623 mswsp: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
add aae389a QUIC: shorten labels for transport error codes
Summary of changes:
epan/dissectors/packet-quic.c | 49 +++++++++++++++----------------------------
1 file changed, 17 insertions(+), 32 deletions(-)