Wireshark-commits: [Wireshark-commits] master-2.0 8810258: Registers an MPTCP protocol with the pre

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

Commits:

8810258 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>
    (cherry picked from commit fb36a457adabda8bcf8afd84f1d6ae12c950a5ae)
    Reviewed-on: https://code.wireshark.org/review/10998
    

Actions performed:

    from  28be869   Build Lua with all the appropriate flags.
    adds  8810258   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(-)