Wireshark-commits: [Wireshark-commits] master f535a63: QUIC: update ACK Frame fields and merge ECN
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f535a6318b6bd29bcec4a87426c3153ec0188bb3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
f535a63 by Peter Wu (peter@xxxxxxxxxxxxx):
QUIC: update ACK Frame fields and merge ECN fields (draft -18)
Rename ACK Block to ACK Range, merge the ACK(0x03) frame with the
ACK(0x02) frame by special casing the ECN Blocks addition. Update field
names and descriptions to match the current spec.
Bug: 13881
Change-Id: I9fb9d1f19d82bbd8323396627b773fd548a12a4c
Reviewed-on: https://code.wireshark.org/review/31688
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from efe16e4 QUIC: rename Final Offset to Final Size (draft -18)
add f535a63 QUIC: update ACK Frame fields and merge ECN fields (draft -18)
Summary of changes:
epan/dissectors/packet-quic.c | 159 +++++++++++++-----------------------------
1 file changed, 47 insertions(+), 112 deletions(-)