URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9c7e4d2a252f066c507cdf1afdc7550af9be55cd
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9c7e4d2 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: simplify and fix frame item length in some cases
Some frames (like ACK) did not update the frame type tree size. Fix this
and reduce code duplication. Remove extra empty lines while at it.
Change-Id: If2e8d616af4ea6067c5901b96ad2d4dd7a9fbfdd
Reviewed-on: https://code.wireshark.org/review/29723
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 0598fca QUIC: simplify PADDING frame
add 9c7e4d2 QUIC: simplify and fix frame item length in some cases
Summary of changes:
epan/dissectors/packet-quic.c | 30 +++---------------------------
1 file changed, 3 insertions(+), 27 deletions(-)