Added information about sr() and fuzz() functions, nothing important but useful as well.
Signed-off-by: Fernando Fernández <ffernandezmancera@gmail.com>
Added link to 64bit Python version and added remark that pyreadline and Python should both be 64bits or 32bits.
(Also now link to Python 2.7.13 instead of 2.7.12)
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>
* 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.
- update (part of) the documentation
- some URLs for Windows need to be updated
- update classifiers in setup.py
- remove `from __future__ import with_statement`
- use `{k: v for ...}` instead of `dict((k, v) for ...)`
- remove hacks for `gcd()` and `binrepr()` implementations
- use class decorators
- remove Python 2.6 Travis-CI tests
pnio:
* a base packet for PROFINET protocols which acts as a dispatcher based
on the frameID
pnio_rtc:
* Real-Time Cyclic layer
* includes a way to configure the layer to choose the right profile when
dissecting
* includes raw PROFINET data profile and PROFIsafe profile
* implements some heuristical methods to analyse and configure the real-time
layer
Sniff() optionally accepts an interface or a list of interfaces
Added "direction" attribute to pkt when received by L2ListenSocket
Patch PEP08'ified
Do not force to print interface
Updated usage.rst with multi-interfaces sniffing
Fixed missing pic in usage.rst
tethereal -> tshark