Skip to content

Releases: NexSabre/scapy_helper

scapy_helper v0.5.3

02 Jan 08:34
Compare
Choose a tag to compare
  • Resolve some issues

scapy_helper v0.5.2

31 Dec 14:13
Compare
Choose a tag to compare
  • 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

30 Dec 20:49
e75b8e3
Compare
Choose a tag to compare
  • Correct issue with unsupported bytesarray provided to the hexdump

scapy_helper v0.5.0

29 Dec 21:21
Compare
Choose a tag to compare
  • Introduce an chexdump and hexdump functionality (w/ show or ret str/list)

scapy_helper v0.4.5

17 Dec 19:38
Compare
Choose a tag to compare
  • 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

16 Dec 21:54
Compare
Choose a tag to compare
  • add support for .hex() method

scapy_helper v0.3.2

14 Dec 20:59
Compare
Choose a tag to compare

v0.3.2

  • rename HexEqual into PacketAssert

scapy_helper v0.3.1

14 Dec 20:46
Compare
Choose a tag to compare

v0.3.1

  • add assertBytesEqual/assertBytesNotEqual
  • add a Python 2.7 compatibility

scapy_helper v0.3.0

13 Dec 16:20
Compare
Choose a tag to compare
  • assertHexEqual/assertHexNotEqual were added. It should be handy shortcut for ex Unittest or PyTest framework

scapy_helper v0.2.3

08 Dec 20:26
Compare
Choose a tag to compare

Several features that should help you use Scapy.