- Jul 24, 2014
-
-
Guillaume Valadon authored
Space in GRE field "recursion control" name by michaelharo
-
Guillaume Valadon authored
--HG-- branch : PR #5088
-
Guillaume Valadon authored
Issue #5080
-
Guillaume Valadon authored
Fix Issue #371
-
Guillaume Valadon authored
Fix for issue #839
-
Guillaume Valadon authored
Ensure that the 'ip' variable contains a valid IP address
-
Guillaume Valadon authored
Implemented Phil's idea to solve issue #913.
-
- Jun 19, 2014
-
-
Pierre Lalet authored
layers: full implementation of ipsec (esp & ah) Thanks a lot Robin Jarry (@robinjarry) for this great work, and thanks Daniel Steglich (@steglicd) for the tests and feedback!
-
- Jun 17, 2014
-
-
Robin Jarry authored
--HG-- branch : ipsec
-
- Jun 12, 2014
-
-
Robin Jarry authored
--HG-- branch : ipsec
-
- Jun 10, 2014
-
-
Robin Jarry authored
Due to the way layers are loaded in Scapy, the __all__ special variable must not be defined. --HG-- branch : ipsec
-
- Jun 04, 2014
-
-
Pierre Lalet authored
Fixed issue #5095
-
- Jun 03, 2014
-
-
Anastasios Mageirias authored
--HG-- branch : issue5095
-
Anastasios Mageirias authored
-
- May 26, 2014
-
-
Pierre Lalet authored
Fix for issue #5087
-
Pierre Lalet authored
add missing import
-
Romain CARRE authored
add missing import
-
Romain CARRE authored
--HG-- branch : cyb912/add-missing-import-1401108242304
-
- May 23, 2014
-
-
Robin Jarry authored
According to the RFC4303, the length of an ESP payload must be a multiple of 4 bytes so that the signature starts on the beginning of a 32 bits word. --HG-- branch : ipsec
-
- May 16, 2014
-
-
Guillaume Valadon authored
--HG-- branch : Issue #5087
-
- May 14, 2014
-
-
Jean-Michel authored
-
- Apr 24, 2014
-
-
Pierre Lalet authored
trace3D() is back !
-
- Mar 28, 2014
-
-
Robin Jarry authored
This patch adds a full implementation of the IPSec layer in scapy/layers/ipsec.py. See the module's doc string for instructions. In order to support encryption/decryption and authentication, the pycrypto library is required. If not found, only the NULL/NULL algorithms will be available. (almost) complete test suite can be found in test/ipsec.uts and can be launched with: ./bin/UTscapy -m scapy/layers/ipsec.py -t test/ipsec.uts -f text -F Signed-off-by:
Robin Jarry <robin.jarry@6wind.com> --HG-- branch : ipsec
-
- Mar 03, 2014
-
-
Guillaume Valadon authored
--HG-- branch : trace3D method
-
- Feb 24, 2014
-
-
Guillaume Valadon authored
--HG-- branch : Issue #5080
-
Guillaume Valadon authored
--HG-- branch : Issue #371
-
- Feb 17, 2014
-
-
Pierre Lalet authored
Mobile IPv6 RRP messages definitions were wrong
-
Guillaume Valadon authored
--HG-- branch : Issue #638
-
Pierre Lalet authored
Merged in gvaladon/scapy-issues/Issue #5083 (pull request #41) IP can now be encapsulated in IPv6
-
- Feb 16, 2014
-
-
Guillaume Valadon authored
--HG-- branch : Issue #839
-
Guillaume Valadon authored
--HG-- branch : Issue #803 - 2
-
Guillaume Valadon authored
--HG-- branch : Issue #5083
-
Guillaume Valadon authored
--HG-- branch : Issue #638
-
- Jan 31, 2014
-
-
Pierre Lalet authored
Issue #5061 fixed
-
Guillaume Valadon authored
--HG-- branch : Issue #5061
-
- Jan 20, 2014
-
-
Pierre Lalet authored
Merging (my) pull request #30 (from p-l/scapy/issue5081), because that's a tiny patch that's hardly going to add new troubles, plus @chrisjameskirkham (who initialy reported #5081) validated this fixes the issue. Changed registration order for CookedLinux layer 2 type (fixes #5081)
-
- Jan 17, 2014
-
-
Pierre LALET authored
Linktype 113 (the "real" CookedLinux) is used by default. Fixes issue #5081. --HG-- branch : issue5081
-
- Jan 02, 2014
-
-
Guillaume Valadon authored
DNSSEC support
-
- Dec 04, 2013
-
-
Mattias Lundberg authored
-
- Dec 02, 2013
-
-
Pierre LALET authored
Fix a non-ASCII character. Since Guillaume Valadon made the exact same pull request, I'm assuming it's OK to merge.
-