Wireshark-commits: [Wireshark-commits] master 499a7d0: TCP: TCP Fast Open Cookie is now standardise

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 24 Dec 2014 23:03:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=499a7d0f0a2f428e5e066b2386f54ed6c7027602
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    TCP: TCP Fast Open Cookie is now standardised
    
    The kind for TFO is 34
    
    Split dissect TFO option in dedicated function (Using also in TCP Option Experimental with Magic 0xf989)
    
    Change-Id: I18ff9ba110fba708a955f448f272ec7c4a7e264e
    Reviewed-on: https://code.wireshark.org/review/6033
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  59bdad3   packet-git.c says it was copied from packet-pop, but that doesn't mean packet-git is for "RFC 1939" (POP3), so remove that comment.
    adds  499a7d0   TCP: TCP Fast Open Cookie is now standardised


Summary of changes:
 epan/dissectors/packet-tcp.c |   72 ++++++++++++++++++++++++++++++++----------
 1 file changed, 55 insertions(+), 17 deletions(-)