- Jun 17, 2014
-
-
Robin Jarry authored
--HG-- branch : ipsec
-
- 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
-
- Feb 24, 2014
-
-
Guillaume Valadon authored
--HG-- branch : Issue #500
-
- Sep 10, 2013
-
-
Guillaume Valadon authored
--HG-- branch : DNSSEC
-
- Aug 01, 2013
-
-
Guillaume Valadon authored
Issues #884 & #915: IPv6 NA is not a NS & Error in class ICMPv6ND_NS(_ICMPv6NDGuessPayload, _ICMPv6, Packet):
-
- Dec 30, 2012
-
-
Phil authored
-
- Dec 15, 2010
- Dec 14, 2010
-
-
Phil authored
-
- Apr 21, 2010
-
-
Phil authored
Packet.build() is called only on the first layer. It will call Packet.do_build() which will recurse through all layers. For each layer, it will call Packet.self_build() which will do the job for each layer. Packet.do_build() will call Packet.post_build() and transform on them, and concatenate them. Then Packet.build() will call Packet.build_padding() and Packet.build_done(). Note that this undetermined case will have a different behavior: Raw("ABC")/Padding("abc")/Raw("DEF")/Padding("def") It was "ABCabcDEFdef" Now it is "ABCDEFabcdef"
-
- Nov 05, 2009
-
-
Phil authored
-
- Jul 20, 2009
-
-
Dirk Loss authored
-
- May 04, 2009
-
-
Phil authored
-
- Apr 30, 2009
- Mar 09, 2009
- Mar 08, 2009
-
-
Phil authored
A deprecation warning will be issued before complete removal.
-
- Feb 05, 2009
-
-
Phil authored
-