- Jan 25, 2017
-
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre Lalet authored
Fix typo in tests
-
Pierre LALET authored
-
Guillaume Valadon authored
Fix 64 bits architectures detection
-
Guillaume Valadon authored
Retry .whois() test on failure
-
- Jan 24, 2017
-
-
Pierre LALET authored
-
Pierre LALET authored
-
plorinquer authored
-
ngkokkee authored
* Fix IA_PD length error I tested this and noticed wireshark wasn't parsing the message correctly. Turns out the length is wrong. * Update regression.uts Fix test for DHCP6OptIA_PD * Update length of DHCP6OptIA_PD in test.
-
Guillaume Valadon authored
Contrib gtp v2
-
Guillaume Valadon authored
Introduce FlagValue() objects to represent FlagsField() values
-
Pierre LALET authored
This PR makes it possible to check if several flags are all set, by writting, for example, `if pkt[TCP].flags.SA:`. It only works for single letter flags (e.g., will work for TCP().flags but not for IP().flags), and only when getting a value. Thanks @guedou for suggesting that.
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre LALET authored
It is now possible to write `pkt[TCP].flags.S = True`.
-
Pierre LALET authored
This makes it possible to write `if pkt[TCP].flags.S: [...]`.
-
- Jan 22, 2017
-
-
gpotter2 authored
-
plorinquer authored
-
Pierre Lalet authored
[coverage] More unit tests for scapy/*.py files
-
Guillaume Valadon authored
[DOCS] Installation + Links fixed (Windows)
-
- Jan 21, 2017
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
Guillaume Valadon authored
Make SourceIPField() .i2m() and i2h() methods consistent
-
- Jan 20, 2017
-
-
Pierre LALET authored
-
Pierre LALET authored
-
Pierre Lalet authored
[coverage] VRRP, L2TP, HSRP, RIP, & Radius tests
-
- Jan 19, 2017
-
-
Pierre Lalet authored
[coverage] main.py tests
-
Guillaume Valadon authored
-