Releases: NexSabre/scapy_helper
Releases · NexSabre/scapy_helper
scapy_helper v0.5.3
- Resolve some issues
scapy_helper v0.5.2
- Update README
- Add chexdump and hexdump into main init.py
- Add a parity_check (default turn on, will be default off with the next version(
- Resolve some small issues
scapy_helper v0.5.1
- Correct issue with unsupported bytesarray provided to the hexdump
scapy_helper v0.5.0
- Introduce an chexdump and hexdump functionality (w/ show or ret str/list)
scapy_helper v0.4.5
- Introduce a batch of improvements. Automatically convert packages to hex format, show str[hex] object when assertion failed. Resolve a few bugs when used with Python 2.7. The clean message format for Python 2.7.
scapy_helper v0.3.3
- add support for .hex() method
scapy_helper v0.3.2
v0.3.2
- rename HexEqual into PacketAssert
scapy_helper v0.3.1
v0.3.1
- add assertBytesEqual/assertBytesNotEqual
- add a Python 2.7 compatibility
scapy_helper v0.3.0
- assertHexEqual/assertHexNotEqual were added. It should be handy shortcut for ex Unittest or PyTest framework
scapy_helper v0.2.3
Several features that should help you use Scapy.