Wireshark-commits: [Wireshark-commits] master c2f6ce7: TCP: Update Multipath TCP (MPTCP) to final R

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 4 Jan 2015 18:39:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c2f6ce7571442a1d51bb466a16bd08ec90f71e5b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c2f6ce7 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    TCP: Update Multipath TCP (MPTCP) to final RFC (RFC 6824)
    
    * Add Fast Close subtype
    * Sender MAC => Sender HMAC
    * Display some reserved field
    * Add new flag (Checksum, Extensibility, HMAC-SHA1...) from MP Capability subtype
    * Use also proto_tree_add_bitmask for flag
    
    Change-Id: I2e4dfd75623d3218c574e3a112e799666adcc377
    Reviewed-on: https://code.wireshark.org/review/6034
    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: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  f648247   Get rid of warning: comma at end of enumerator list [-Wpedantic]
    adds  c2f6ce7   TCP: Update Multipath TCP (MPTCP) to final RFC (RFC 6824)


Summary of changes:
 epan/dissectors/packet-tcp.c |  104 +++++++++++++++++++++++++++---------------
 1 file changed, 68 insertions(+), 36 deletions(-)