Wireshark-commits: [Wireshark-commits] master fb36a45: Registers an MPTCP protocol with the prefix

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Oct 2015 05:42:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb36a457adabda8bcf8afd84f1d6ae12c950a5ae
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

fb36a45 by Matthieu Coudron (mattator@xxxxxxxxx):

    Registers an MPTCP protocol with the prefix "mptcp".
    
    Similar to TCP:
    - Maps TCP connections to their respective MPTCP stream (mptcp.stream)
      based on the token/key.
    - Ability to distinguish master subflow and to list subsequent subflows
    - Can display relative MPTCP data sequence signal (DSS) sequence numbers/acks
      (mptcp.dss.dsn/mptcp.dss.ack), or absolute values
      (tcp.options.mptcp.rawdataack)
    - Adds an MPTCP panel in Preferences
    - fixes RM_ADDR analysis (i.e., it can contain several address ids)
    - adds an MPTCP tap to list conversations in tshark -z "conv,mptcp"
    
    Change-Id: I2766aa2f534c25b0f583ef84c20e74c7b2fa496e
    Reviewed-on: https://code.wireshark.org/review/10577
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  83abbfe   Build Lua with all the appropriate flags.
    adds  fb36a45   Registers an MPTCP protocol with the prefix "mptcp".


Summary of changes:
 epan/dissectors/packet-tcp.c |  888 ++++++++++++++++++++++++++++++++++--------
 epan/dissectors/packet-tcp.h |  121 +++++-
 2 files changed, 855 insertions(+), 154 deletions(-)