- Mar 21, 2017
-
-
gpotter2 authored
-
- Mar 20, 2017
-
-
gpotter2 authored
-
- Mar 15, 2017
- Mar 11, 2017
-
-
gpotter2 authored
-
- Mar 10, 2017
-
-
Guillaume Valadon authored
-
- Mar 09, 2017
-
-
Pierre LALET authored
-
- Mar 06, 2017
-
-
gpotter2 authored
-
Pierre LALET authored
-
- Mar 05, 2017
-
-
gpotter2 authored
-
- Mar 01, 2017
-
-
Victor Pfautz authored
Fixed some typos and bad whitespaces.
-
- Feb 22, 2017
-
-
Pierre LALET authored
This should avoid random unrelated crashes.
-
- Feb 16, 2017
-
-
Pierre Lorinquer authored
NTPControl: rename field 'error' in 'err' in order to have the same name for the error field in NTP Control messages and NTP Private messages. Use the XStrFixedLenField class which is now defined in scapy/fields.py + Fix typo.
-
- Feb 14, 2017
- Feb 10, 2017
-
-
mtu authored
-
Guillaume Valadon authored
-
- Feb 08, 2017
- Feb 07, 2017
-
-
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 03, 2017
-
-
gpotter2 authored
-
- Feb 01, 2017
-
-
mtu authored
-
Guillaume Valadon authored
-
- Jan 31, 2017
-
-
Guillaume Valadon authored
-
Jan Sebechlebsky authored
-
- Jan 29, 2017
-
-
Pierre LALET authored
-
- Jan 26, 2017
-
-
Aravindhan Dhanasekaran authored
-
- Jan 25, 2017
-
-
Pierre LALET authored
-
Pierre LALET authored
-
- Jan 24, 2017
-
-
Pierre LALET authored
-
plorinquer authored
-