Skip to content

TCP Fast Open support#197

Merged
p-l- merged 2 commits intosecdev:masterfrom
rdubourguais:master
Jun 16, 2016
Merged

TCP Fast Open support#197
p-l- merged 2 commits intosecdev:masterfrom
rdubourguais:master

Conversation

@rdubourguais
Copy link
Copy Markdown
Contributor

Hi guys,

Just a small pull request adding the TFO TCP option to Scapy ;)

Thanks for this awesome project.

Renaud.

Comment thread scapy/layers/inet.py Outdated
"Mood":25,
"UTO":28
"UTO":28,
"TFO":34,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you indent this line correctly? Thanks!

@rdubourguais
Copy link
Copy Markdown
Contributor Author

Done ;)

@p-l- p-l- merged commit fa6067f into secdev:master Jun 16, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants