Wireshark-commits: [Wireshark-commits] master 6bef7ff: Improves MPTCP analysis
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Mar 2016 19:15:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6bef7ffc89d63db35791003e1aeecdeb091dcb3e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6bef7ff by Matthieu Coudron (mattator@xxxxxxxxx):

    Improves MPTCP analysis
    
    Adds options that control depth of MPTCP analysis, notably:
    - if mptcp_relative_seq is enabled, can display relative MPTCP sequence
      numbers
    - if mapping analysis is allowed, can tell in which packets the DSS
      mappings covering this data was sent
    - if intersubflow checks are enabled, it can check for retransmissions
      over other subflows
    
    Change-Id: I82b934513c9f16affb60c066a1fbcca234ffc999
    Reviewed-on: https://code.wireshark.org/review/12316
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c480652   bootp: Add support for iSNS (RFC4174) dissection
    adds  6bef7ff   Improves MPTCP analysis


Summary of changes:
 epan/dissectors/packet-tcp.c |  437 +++++++++++++++++++++++++++++++++++++-----
 epan/dissectors/packet-tcp.h |   89 +++++++--
 epan/wmem/wmem_test.c        |    1 +
 3 files changed, 466 insertions(+), 61 deletions(-)