Sorry, it appears I forgot to include a link to my github page where I
uploaded my code!
https://github.com/Longinus00/tcpdump/tree/tcp_fast_open
___
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listi
I added support for the experimental TCP fast open option in tcpdump.
https://tools.ietf.org/html/draft-ietf-tcpm-fastopen-03
I my patch was inspired by the wireshark implementation.
https://anonsvn.wireshark.org/viewvc/trunk/epan/dissectors/packet-tcp.c?r1=46723&r2=46722&pathrev=46723
I also ha