Commit Graph

20 Commits

Author SHA1 Message Date
gpotter2 f2201b7f82 Add UTscapy multi-file support 2017-03-05 02:14:36 +01:00
gpotter2 59b16b4577 [TLS/coverage] Migrate to UTS + Bug (#508) 2017-02-14 23:26:42 +01:00
mtu 03f612aa82 Use python-cryptography for TLS 2017-02-08 15:39:50 +01:00
mtu 1bc79c805b Add TLS parsing/building support, TLS basic automatons, TLS tests 2017-02-08 15:39:50 +01:00
gpotter2 90da76f56b [Networking/Windows] Added IPv6 support (#398)
Fix IPv6 support on Windows
2017-01-13 07:25:04 +00:00
Pierre LALET 6b8a0cd0e0 Tests: combined_modes can be tested everywhere 2017-01-06 13:56:05 +01:00
Pierre LALET b1b741c5f1 Tests: introduce "crypto" keyword
Pypy won't run crypto tests on Travis CI because the cryptography
module cannot be installed with the Pypy version used.
2017-01-06 13:56:05 +01:00
Pierre LALET 6957d3c89e Disable AES-CCM test
See
  - https://github.com/pyca/cryptography/issues/2968 (discussion)
  - https://github.com/pyca/cryptography/issues/1141 (older)
2017-01-06 13:56:05 +01:00
Pierre LALET 149791c5b5 Fix cyrptography install for Travis-CI tests with PyPy 2017-01-06 13:55:28 +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
Guillaume Valadon 8fc77d5eb7 codecov support 2016-12-27 20:34:16 +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
Pierre Lalet cbcb87b29f Merge pull request #361 from guedou/travis_osx_sudo
OS X Travis tests fixed
2016-12-05 21:58:00 +00:00
Guillaume Valadon 35f97efc53 Native Mac OS X and *BSD support (#221) 2016-12-02 07:07:09 +00:00
Guillaume Valadon 37997002bd OS X Travis tests fixed 2016-11-24 12:59:34 +01:00
Guillaume Valadon 584b649e11 Replace IPSec with IPsec 2016-11-14 11:37:17 +01:00
Pierre LALET a9937bef6d Travis CI: fix install & tests 2016-11-10 08:23:37 +01:00
Daniel Collins 620f195c65 Corrected ICV length for AES-GCM and AES-CCM in IPSec layer. Added un… (#269)
* Corrected ICV length for AES-GCM and AES-CCM in IPSec layer. Added unit tests to the ipsec campaign.

* Added travis support for pycrypto 2.7a1 combined modes.

* Updated documentation for pycrypto installation.
2016-10-26 10:03:37 +02:00
Guillaume Valadon 5b5bd11933 Travis CI improvements (#258) 2016-08-12 11:36:08 +00:00
Guillaume Valadon 6317ba089a Run unit tests on Linux and OS X - root and non-root 2016-06-08 09:53:11 +02:00