Commit Graph

2803 Commits

Author SHA1 Message Date
gpotter2 b65b74e4de Python 3: fix PNIO 2017-10-14 18:43:54 +02:00
Guillaume Valadon 26cd61b0fd Merge pull request #875 from gpotter2/cryptography_import
[Tests] Fix Cryptography import (2.1+)
2017-10-13 10:45:38 +02:00
gpotter2 2eb0979c5d Fix Cryptography import (2.1+) 2017-10-12 18:57:40 +02:00
Pierre Lalet b715f1be47 Merge pull request #869 from p-l-/fix-pcapy-close
Close handles opened using pcapy
2017-10-06 14:17:16 +02:00
Pierre Lalet 597d4806a7 Merge pull request #858 from Zashas/master
Segment Routing: fixing pseudo-header computation
2017-10-05 19:56:33 +02:00
Mathieu Xhonneux 8d1b927dcc Segment Routing: fixing pseudo-header computation 2017-10-05 16:59:45 +01:00
Guillaume Valadon ea9e798203 Merge pull request #868 from p-l-/fix-py3
Some Python 3 fixes
2017-10-05 17:27:21 +02:00
Pierre LALET e3b8c55d6e Close handles opened using pcapy
The .close() method has been recently added to pcapy objects (see
https://github.com/CoreSecurity/pcapy/issues/30 &
https://github.com/CoreSecurity/pcapy/pull/35).
2017-10-05 14:28:17 +02:00
Pierre LALET 2a8b96a156 tcpdump(): let stderr to ease debugging 2017-10-05 13:16:41 +02:00
Pierre LALET 5c3360191d Python 3: fix edns0 unit tests 2017-10-05 13:16:41 +02:00
Pierre LALET 9c8fa9bb54 Fix inconsistent use of tabs and spaces in indentation 2017-10-05 13:16:41 +02:00
Pierre Lalet c21964f58c Merge pull request #867 from guedou/sendrecv
[coverage] Add tests for more sending and receiving functions
2017-10-05 09:45:01 +02:00
Guillaume Valadon 338ba111e9 Merge pull request #866 from p-l-/fix-py3
Python 3: fix sndrcv
2017-10-04 23:01:07 +02:00
Guillaume Valadon b059f375ed Add tests for more sending and receiving functions 2017-10-04 20:32:37 +02:00
Pierre LALET f5fb0bd033 Python 3: fix sndrcv 2017-10-04 19:03:08 +02:00
Pierre Lalet e3dea4954a Merge pull request #838 from guedou/coverage_supersocket
[coverage] Test more SuperSockets
2017-10-04 18:35:10 +02:00
Guillaume Valadon 665955f2c1 Don't call nonblock_recv() for StreamSocket and L3RawSocket 2017-10-04 17:59:06 +02:00
Guillaume Valadon 38b99fa33f Merge pull request #863 from p-l-/fix-tmpfiles
Fix get_temp_file() to use NamedTemporaryFile() properly
2017-10-04 17:55:32 +02:00
Pierre LALET b7cb1b83a8 Fix get_temp_file() to use NamedTemporaryFile() properly 2017-10-04 16:30:07 +02:00
Guillaume Valadon c1696e4978 Merge pull request #860 from p-l-/fix-py3-tests
Fix a Python 3 test + rename executables
2017-10-03 16:30:27 +02:00
Pierre LALET fcb19b49be Fix ICMPv6NDOptRedirectedHdr test 2017-10-03 13:03:11 +02:00
Pierre LALET 4b160f6d24 Rename Python-version-specific executables 2017-10-03 13:02:45 +02:00
Pierre Lalet 518403f955 Merge pull request #857 from guedou/interface_alias_ut
[coverage] Interface alias routing table unit test
2017-10-03 11:30:36 +02:00
Pierre Lalet 4794dc20a6 Merge pull request #859 from guedou/coverage_cymru
[coveage] Better coverage for scapy/as_resolvers.py
2017-10-03 11:29:34 +02:00
Guillaume Valadon 7aab877e9e Split the cymru data parsing, to ease testing 2017-10-03 10:51:47 +02:00
Guillaume Valadon 52063ccba0 Interface alias routing table unit test 2017-10-02 18:07:16 +02:00
Guillaume Valadon 2c2f764a37 Test StreamSocket and L3RawSocket 2017-10-02 10:52:35 +02:00
Guillaume Valadon 697c462f6d Merge pull request #855 from p-l-/fix-test-pyx
Rename test_pyx to _test_pyx to "hide" it
2017-10-02 10:10:50 +02:00
Pierre LALET dd4308ebdb Rename test_pyx to _test_pyx to "hide" it 2017-09-30 18:05:41 +02:00
Pierre Lalet 40d62678b7 Merge pull request #853 from p-l-/fixes-py3
Fixes for Python 3
2017-09-30 10:19:58 +02:00
Pierre LALET 58baae8d32 Python 3: fix Nmap module tests 2017-09-30 01:45:45 +02:00
Pierre LALET c5e1b99ebd Python 3: tests fixes 2017-09-30 01:41:27 +02:00
Pierre LALET 2060322ffe Python 3: fix IPsec 2017-09-30 01:40:24 +02:00
Pierre LALET 8075633d17 Python 3: fix fields 2017-09-30 01:40:24 +02:00
Pierre LALET 58f45167b9 Python 3: fix DNS 2017-09-30 01:40:24 +02:00
Pierre LALET a65ddc700c Python 3: fix dict methods 2017-09-30 01:40:24 +02:00
Pierre LALET ee48a6d004 Python 3: fix bluetooth 2017-09-30 01:40:24 +02:00
Pierre LALET 2dea7391a4 Python 3: fix scapy version 2017-09-30 01:40:24 +02:00
Pierre Lalet b61a71e753 Merge pull request #845 from gpotter2/fix-sndrcv-socks
[Networking/coverage] Fix sndrcvflood methods
2017-09-30 01:34:35 +02:00
Pierre Lalet 1a01009171 Merge pull request #824 from gpotter2/prompt-changer
Apply IPYTHON conf.prompt
2017-09-30 00:41:11 +02:00
Pierre Lalet db56feebfc Merge pull request #851 from gpotter2/fix-warning-params
[logging] Fix logging params
2017-09-29 22:04:55 +02:00
gpotter2 e4fe388349 TCPdump: end tcpdump on closing 2017-09-29 19:37:14 +02:00
gpotter2 edd4e84300 Replace all warning params 2017-09-29 19:07:58 +02:00
gpotter2 5b26cf90ff Add L2ListenTcpdump test 2017-09-29 19:00:39 +02:00
gpotter2 87f87ece00 Fix L2ListenTcpdump 2017-09-29 18:59:45 +02:00
gpotter2 a37b38ab5a Add sndrcvloop tests 2017-09-29 18:59:45 +02:00
gpotter2 730c47bda3 Fix sndrcvloop functions + share code 2017-09-29 18:59:45 +02:00
Pierre Lalet 1fbe6b4992 Merge pull request #837 from guedou/coverage_version
[coverage] Scapy version
2017-09-29 18:55:27 +02:00
Guillaume Valadon 8a59bf4014 Test scapy._version() 2017-09-29 16:49:29 +02:00
Guillaume Valadon 535f06897a Merge pull request #834 from p-l-/enh-getlayer
Allow filters in the Packet slice / .getlayer() API
2017-09-29 16:47:22 +02:00