Wireshark-commits: [Wireshark-commits] master 1b11115: mptcp: add support for sha256 hashing.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 08 Nov 2019 20:27:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b11115ca758a4c98214118b75844576289900eb
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1b11115 by Paolo Abeni (pabeni@xxxxxxxxxx):

    mptcp: add support for sha256 hashing.
    
    MPTCP v1 switches the default/only hash function from sha1 to sha256.
    Hash consistently according to the MP_CAPABLE version.
    
    Additionally update MP_CAPABLE flag handling to show the correct
    hash function name when dissecting v1 options.
    
    Change-Id: I632c68541d8b1fba83864b4a478ad8b411dbf0fb
    Reviewed-on: https://code.wireshark.org/review/35026
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  71996e8   CMake+docbook: Fixup our .chm titles.
     add  1b11115   mptcp: add support for sha256 hashing.


Summary of changes:
 epan/dissectors/packet-tcp.c | 62 ++++++++++++++++++++++++++++++++++----------
 epan/dissectors/packet-tcp.h |  3 ++-
 2 files changed, 51 insertions(+), 14 deletions(-)