Wireshark-commits: [Wireshark-commits] master 12d72be: WireGuard: fix MAC1 computation for non-zero
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Nov 2019 07:02:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12d72be15b90cc76f7709fd944682224257ec236
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

12d72be by Peter Wu (peter@xxxxxxxxxxxxx):

    WireGuard: fix MAC1 computation for non-zero reserved case
    
    Peer identification failed because the MAC1 value did not check out.
    Fix the computation in case the reserved bytes are overwritten after the
    original protocol has run.
    
    Change-Id: I4be65806bed96d7236103ebb369c1affcadebd5f
    Reviewed-on: https://code.wireshark.org/review/35219
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  07a1753   Qt: focus the correct field when switching packets
     add  12d72be   WireGuard: fix MAC1 computation for non-zero reserved case


Summary of changes:
 epan/dissectors/packet-wireguard.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)