Commit Graph

5 Commits

Author SHA1 Message Date
Pierre LALET 5bbbc4f786 Swicth Windows tests from PyCrypto to Cryptography 2017-01-06 13:56:04 +01:00
Guillaume Valadon 2ed476969f codecov appveyor support 2017-01-05 10:57:58 +01:00
Pierre LALET 598bdae8c8 Introduce tcpdump() function
One can now use tcpdump or tshark to dissect packets from
Scapy. This can help, for example, to check Scapy's dissectors
2016-12-28 17:37:14 +01:00
Pierre Lalet 7ec0af2c09 Support (BPF) filter in sniff() with offline parameter set (#394)
* Support (BPF) filter in sniff() with offline parameter set

Fixes #393
Also, fixes #355

* Add tests for wrpcap() and sniff(offline=)

as suggested by Guillaume.

Also, cleanup regression.uts since it was a pain to find a place
to add those tests.

* Fix PATH for tcpdump with non-root user

* Do not run tcpdump tests when tcpdump is not available

* Appveyor tests: install WinDump.exe

Thanks @gpotter2
2016-12-20 07:46:27 +01:00
Guillaume Valadon 58fdc06cd1 AppVeyor support 2016-12-15 08:03:41 +01:00