Wireshark-commits: [Wireshark-commits] master-1.12 d752a7b: L2TP: Correct L2TP over IP SHA1 message
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 11:05:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d752a7b44ed0c0e52b1052a90d3144fa9be02a9c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

d752a7b by Nicolas S. Dade (nic.dade@xxxxxxxxx):

    L2TP: Correct L2TP over IP SHA1 message digest
    
    It should match the MD5 code, and skip over the 0x00000000 session id
    at the start of tvb.
    
    Change-Id: Ia3bee2bd07015523acc49bd7cb0247c3f1ac986e
    Reviewed-on: https://code.wireshark.org/review/12168
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 97e627e56d98bc45cd87cf629617c0dbd1798f6b)
    Reviewed-on: https://code.wireshark.org/review/12177
    

Actions performed:

    from  39a50f4   SCTP: verify frame pointer before dereferencing it
    adds  d752a7b   L2TP: Correct L2TP over IP SHA1 message digest


Summary of changes:
 epan/dissectors/packet-l2tp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)