Wireshark-commits: [Wireshark-commits] rev 46723: /trunk/ /trunk/epan/dissectors/: packet-tcp.c /tr

Date: Sun, 23 Dec 2012 18:40:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46723

User: alagoutte
Date: 2012/12/23 10:40 AM

Log:
 From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8128 Add TCP Fast Open
 
 This patch provides
 i) support for Shared Use of Experimental TCP Options (draft-ietf-tcpm-experimental-options-03)
 ii) support for TCP Fast Open (draft-ietf-tcpm-fastopen-02).
 
 A new 'TFO=R' string is appended at the column info in case a client sends a SYN packet with a Fast Open Cookie Request. Moreover, if the server responds with a SYN-ACK containing a Fast Open Cookie option a 'TFO=C' is shown (as well as in any subsequent client attempt to send SYN + DATA).
 
 tcp.options.tfo display filter can be used in order to easily select the complete TFO three-way handshake.
 
 Chrome (and I think also Firefox) has support for client-side TFO. Linux 3.7 got both client and server-side support.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +68 -7     packet-tcp.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +2 -0      AUTHORS       Modified