TCP Fast Open support#197
Merged
p-l- merged 2 commits intosecdev:masterfrom Jun 16, 2016
Merged
Conversation
| "Mood":25, | ||
| "UTO":28 | ||
| "UTO":28, | ||
| "TFO":34, |
Member
There was a problem hiding this comment.
Could you indent this line correctly? Thanks!
Contributor
Author
|
Done ;) |
martijnthe
pushed a commit
to pebble/scapy
that referenced
this pull request
Jul 28, 2016
…aster * commit '3ee32c2867f164dab6266ce653e91db5b641403f': (45 commits) 'packages' list in setup.py has been updated. (secdev#224) base_classes.py: dispatch_hook: conf variable is undefined in the global scope (secdev#228) regression.uts: assert() statements added to the EAPOL / EAP class tests to make them fail. cert.py improvements (secdev#175) Add ASN.1 (unknown) high-tag-number dissection+building support Fix scapy init without gtk doc improvement proposal (secdev#207) Wrong docstring fixed (secdev#215) Simple pipe example Add explicit support for IPv4 mDNS Use IPv6 source and destination addresses in hashret() EAPOL / EAP updates. (secdev#211) Missing import Add support for CoAP OS X installation methods updated Added packet types for L2CAP parameter update request/response and HCI CMD connection Update TCP Fast Open support (secdev#197) Minor shell cleanup; Travis CI build status icon (secdev#194) Added new packet types for SM and 128bit UUID Read by Type. Also added check in send command for BT socket that makes sure the type is of an event packet before looking for the code value to prevent periodic crashes when sending commands Run unit tests on Linux and OS X - root and non-root ... # Conflicts: # scapy/layers/bluetooth.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi guys,
Just a small pull request adding the TFO TCP option to Scapy ;)
Thanks for this awesome project.
Renaud.