- Feb 21, 2017
-
-
gpotter2 authored
-
- Feb 18, 2017
-
-
gpotter2 authored
* Better warning() * Tiny import fix * Several log fixes * Added docstrings * Fixed imports
-
- Feb 17, 2017
-
-
Guillaume Valadon authored
Fix bugs found with python-afl
-
mtu authored
-
- Feb 16, 2017
-
-
Pierre Lalet authored
[coverage] Better unit tests for inet.py
-
Pierre Lalet authored
[coverage] Fix current tests (ppi_geotag)
-
- Feb 15, 2017
-
-
gpotter2 authored
Looks that this line became outdated with the latest versions
-
gpotter2 authored
* Fixed ppi_geotag on windows and added tests * More tests + static EPOCH
-
Guillaume Valadon authored
coap: dont reorder options having the same option number
-
mtury authored
-
- Feb 14, 2017
- Feb 13, 2017
-
-
Guillaume Valadon authored
[TLS] Enable DES
-
- Feb 10, 2017
-
-
mtu authored
-
Guillaume Valadon authored
-
- Feb 09, 2017
-
-
Pierre Lalet authored
Add TLS support
-
- 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
-
-
Todd Freed authored
-
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
-