- Jan 09, 2017
-
-
Pierre LALET authored
Thanks @gpotter2
-
Pierre LALET authored
-
Pierre LALET authored
-
Guillaume Valadon authored
Add a tcpdump-based L2listen socket
-
Pierre Lalet authored
[Windows/Small fix] Add missing stop_filter
-
- Jan 08, 2017
-
-
gpotter2 authored
-
gpotter2 authored
Removed outdated readfunc fonction
-
Pierre Lalet authored
[Windows] Tiny fix to show error when interface does not exist
-
- Jan 07, 2017
-
-
gpotter2 authored
-
- Jan 06, 2017
-
-
Guillaume Valadon authored
Switch from PyCrypto to Cryptography
-
Pierre LALET authored
This also includes some fixes for tcpdump()
-
Pierre LALET authored
-
Pierre LALET authored
Pypy won't run crypto tests on Travis CI because the cryptography module cannot be installed with the Pypy version used.
-
Pierre LALET authored
-
Pierre LALET authored
See - https://github.com/pyca/cryptography/issues/2968 (discussion) - https://github.com/pyca/cryptography/issues/1141 (older)
-
Pierre LALET authored
-
Pierre LALET authored
-
Thomas Faivre authored
Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
Change the cryptographic library used in the following layers: * IPSec * TLS * Dot11 Notes: * Fix the WEP key in regression.uts: Should be a 40 bits key (5 ASCII) and 24 bits nonce for 64 bits WEP. The key was 8 ASCII => 88 bits in total * AES-GCM and AES-CMAC algorithms are now native in cryptography: add tests in ipsec.uts * cryptography only supports Python 2.6+ * Fix the docstring for the pad method Removed: * MD2 and MD4 hash algorithms for RSA in tls/crypto/pkcs1.py * AES-XCBC-96 not supported by cryptography. Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
The urandom function from the os package is a better RNG function than the PyCrypto's Random. Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
Thomas Faivre authored
Signed-off-by:
Thomas Faivre <thomas.faivre@6wind.com>
-
- Jan 05, 2017
-
-
Pierre Lalet authored
[coverage] codecov appveyor support
-
Guillaume Valadon authored
Get constant values from "consts" since it is no longer in arch
-
Guillaume Valadon authored
Fix ls(): fix layer names and handle tuple default values (test added)
-
Guillaume Valadon authored
-
- Jan 04, 2017
-
-
Pierre LALET authored
-
Haim Daniel authored
Add missing addr2 to block ack packet, improve addr2 validation performance.
-
Pierre LALET authored
-
Guillaume Valadon authored
[coverage] Add a codecov configuration file
-
Guillaume Valadon authored
Introduce tcpdump() function
-
- Jan 03, 2017
-
-
gpotter2 authored
-
Pierre LALET authored
-
Pierre LALET authored
-
Sam Stites authored
-
- Jan 02, 2017
-
-
Guillaume Valadon authored
-
- Dec 30, 2016
-
-
Pierre Lalet authored
[Windows] fix misplaced quotes
-
- Dec 29, 2016
-
-
gpotter2 authored
I had not tested it last time... When running `python`, the first parameter is the file. So here all the arguments were passed as the file name...
-
- Dec 28, 2016
-
-
Pierre LALET authored
One can now use tcpdump or tshark to dissect packets from Scapy. This can help, for example, to check Scapy's dissectors
-
Pierre Lalet authored
[coverage] codecov support
-
Gabriel Ganne authored
* bind vxlan-gpe over udp on port 4790 As defined here : https://tools.ietf.org/html/draft-ietf-nvo3-vxlan-gpe-03#section-5.3 Signed-off-by:
Gabriel Ganne <gabriel.ganne@qosmos.com> * Typo fixed
-