- Mar 21, 2017
- Mar 17, 2017
- Mar 16, 2017
-
-
phil authored
-
Guillaume Valadon authored
NTP : update and small fixes
-
- Mar 15, 2017
-
-
Guillaume Valadon authored
Create a secdev team in AppVeyor
-
Pierre Lalet authored
[rewritten] PR #182
-
Pierre LALET authored
-
Guillaume Valadon authored
[coverage] Tests for ManufDB + Multiple fixes
-
Guillaume Valadon authored
[Pickling] Add packets pickling support
-
Guillaume Valadon authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
gpotter2 authored
-
- Mar 14, 2017
-
-
Guillaume Valadon authored
coap: allow CoAP packets to have a payload
-
- Mar 13, 2017
-
-
Pierre Lalet authored
[Windows] Fixed VBS fallback
-
Guillaume Valadon authored
[General] Doc improvements + mercurial logs removed
-
Guillaume Valadon authored
dot11 ack frame dissection
-
- Mar 11, 2017
- Mar 10, 2017
-
-
Pierre Lalet authored
[coverage] Better unit tests for inet6.py
-
Guillaume Valadon authored
-
Guillaume Valadon authored
Flags: allow operations (| & ==) with strings
-
Pierre Lalet authored
[coverage] Speed up all tests x2
-
- Mar 09, 2017
-
-
gpotter2 authored
-
Pierre Lalet authored
[Tests] Fix AS_RESOLVER
-
Guillaume Valadon authored
Improve TCP.answers()
-
Pierre LALET authored
-
Pierre LALET authored
-
- Mar 07, 2017
-
-
Pierre LALET authored
Without this code, when an out of connection TCP packet receives a TCP answer with flag RST and the ack set to 0, it is not seen as an answer. This comes without regression tests because I have been unable to find a reliable machine without firewall on the Internet. Simple test, if 192.168.0.1 has no firewall: >>> sr(IP(dst="192.168.0.1")/TCP(sport=80, dport=12345, flags='SA'), ... timeout=2) This test will not terminate without this patch.
-