- Mar 28, 2016
-
-
Pierre LALET authored
-
- Mar 13, 2016
-
-
Jeffrey Bencteux authored
Allow one to send the TCP User Timeout Option described in RFC 5482 in a crafted TCP segment. Also added unit tests in new "TCP options" section of test/regression.uts
-
- Feb 26, 2016
-
-
Pierre LALET authored
-
- Feb 24, 2016
-
-
mtu authored
Insert DER test data inside x509.uts and move it from scapy/layers/ to test/ (also, remove obsolete X.509 tests from test/regression.uts
-
- Feb 10, 2016
-
-
Pierre LALET authored
-
- Feb 09, 2016
-
-
Pierre LALET authored
As suggested by @guedou, this adds tests for fragment() and defragment() functions.
-
- Feb 06, 2016
-
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 30, 2016
-
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 23, 2016
-
-
Pierre LALET authored
-
- Jan 17, 2016
-
-
Pierre LALET authored
-
- Jan 15, 2016
-
-
Pierre LALET authored
-
- Nov 30, 2015
-
-
Guillaume Valadon authored
--HG-- branch : ICMPv6NDOptDNSSL fixes
-
- Nov 29, 2015
-
-
Guillaume Valadon authored
--HG-- branch : Support for DNS Search List Option in RA
-
- Oct 06, 2015
-
-
Guillaume Valadon authored
--HG-- branch : Patch for PR#115
-
Guillaume Valadon authored
--HG-- branch : Patch for PR#82
-
- Jan 06, 2015
-
-
Pierre LALET authored
--HG-- branch : issue-5105
-
Pierre LALET authored
--HG-- branch : issue-5105
-
- Dec 22, 2014
-
-
Guillaume Valadon authored
--HG-- branch : UTS fixes
-
- Aug 01, 2013
-
-
Guillaume Valadon authored
Issues #884 & #915: IPv6 NA is not a NS & Error in class ICMPv6ND_NS(_ICMPv6NDGuessPayload, _ICMPv6, Packet):
-
- 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"
-
- 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
-