- Feb 08, 2017
- Feb 07, 2017
-
-
Guillaume Valadon authored
[coverage] Tests for scapy/asn1/*
-
Guillaume Valadon authored
Add callbacks to EnumFields for large ranges
-
Guillaume Valadon authored
Ask for python-cryptography v1.7+ in warnings and documentation
-
mtu authored
-
mtu authored
-
Florian Maury authored
- this feature allows conversion of large ranges where all entries coalesce to the same representation without bloating a dict. For instance, 0x0 to 0xffff all display as "toto" except a few odds 0x2 which are displayed as "tutu". Before this feature, you needed to write enum = {x: 'toto' for x in xrange(0, 0xffff) enum[2] = 'tutu' XShortEnumField('test', 0, enum)
-
Florian Maury authored
-
- Feb 06, 2017
-
-
Pierre Lalet authored
[Windows/Two lines fix] autocompletion
-
- Feb 05, 2017
-
-
gpotter2 authored
-
- Feb 03, 2017
-
-
Guillaume Valadon authored
Fix issue #408 : complex ASN1 fields randval()
-
- Feb 02, 2017
-
-
Pierre Lalet authored
PPTP support (Enhanced GRE, PPP LCP, PPTP Control Connection)
-
- Feb 01, 2017
-
-
Pierre Lalet authored
[OneLineFix/TCPreplay] Replaced file_cache by preload_pcap
-
mtu authored
-
Guillaume Valadon authored
-
- Jan 31, 2017
-
-
Pierre Lalet authored
[coverage] Dot11 tests
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Jan Sebechlebsky authored
-
- Jan 30, 2017
-
-
Jan Sebechlebsky authored
-
Jan Sebechlebsky authored
-
Jan Sebechlebsky authored
-
Guillaume Valadon authored
inet_{pton,ntop}: reorganize, cleanup and improve tests
-
- Jan 29, 2017
-
-
Pierre Lalet authored
[coverage] SCTP & DHCP tests
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 28, 2017
-
-
Guillaume Valadon authored
Error out incorrect IPv4 format in IPv6 addresses in inet_pton
-
Guillaume Valadon authored
Enhance and fix ls()
-
- Jan 26, 2017
-
-
Aravindhan Dhanasekaran authored
-
- Jan 25, 2017
-
-
Aravindhan Dhanasekaran authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre Lalet authored
Fix typo in tests
-
Pierre LALET authored
-
gpotter2 authored
-
Guillaume Valadon authored
Fix 64 bits architectures detection
-
Guillaume Valadon authored
Retry .whois() test on failure
-