Commit Graph

14 Commits

Author SHA1 Message Date
gpotter2 911f1d6c45 Better tests + fixes 2017-03-15 13:17:49 +01:00
gpotter2 bc283f0190 Fix coverage behavior 2017-03-15 13:17:49 +01:00
gpotter2 f2201b7f82 Add UTscapy multi-file support 2017-03-05 02:14:36 +01:00
mtury 1a5be2db14 Remove ecdsa from appveyor install (#512) 2017-02-15 13:26:37 +01:00
gpotter2 e658e64c2b [Windows/coverage] Fix and Support automaton (#496) 2017-02-14 23:28:57 +01:00
mtu e758a218ea Ask for python-cryptography v1.7+ in warnings and documentation 2017-02-07 10:56:49 +01:00
gpotter2 0c9b9089ab [coverage/Tiny fixes] Fixed some appveyor.yml tests (#481) 2017-01-22 15:51:46 +00:00
gpotter2 18fe02f7e7 [Windows] Fix AutoCompletion + add tests (#465) 2017-01-15 17:32:00 +00:00
gpotter2 90da76f56b [Networking/Windows] Added IPv6 support (#398)
Fix IPv6 support on Windows
2017-01-13 07:25:04 +00:00
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