Skip to content

Releases: NexSabre/scapy_helper

scapy_helper v0.14.8

04 Sep 18:28
Compare
Choose a tag to compare
Fix deployment to the PyPi

scapy_helper v0.14.7

30 Dec 08:48
979ce67
Compare
Choose a tag to compare
Update README.md (#42)

* Update README.md

* bump version to 0.14.7

scapy_helper v0.14.6

29 Dec 12:13
60e428f
Compare
Choose a tag to compare
Merge pipeline files and introduce a GitHub Release (#41)

scapy_helper v0.14.3

19 Oct 19:39
Compare
Choose a tag to compare
  • remove test/ package from the main distribution

scapy_helper v0.14.2

11 Sep 10:55
Compare
Choose a tag to compare
  • Correct issue with the int2mac conversion, when int was too big or too small.

scapy_helper v0.14.0

10 Jul 08:07
0a97ad6
Compare
Choose a tag to compare
  • Add information about the origin of the module in show_diff. It should help in the recognition of the packets.
    Example:
scapy | __ __ __ __ __ __ __ __ __ __ __ __ __ __ | len: 14B
hex   | __ __ __ __ __ __ __ __ __ __ __ __ __ __ | len: 14B

scapy_helper v0.13.0

08 Jul 14:49
66b6b6b
Compare
Choose a tag to compare
  • Add assertion definitions: "assert_hex_equal", "assert_hex_not_equal", "assert_hex_len_equal", "assert_hex_len_not_equal",
    "assert_bytes_equal", "assert_bytes_not_equal"

scapy_helper v0.12.1

21 May 21:13
e2bfd99
Compare
Choose a tag to compare
  • (v0.12.0) Add a hhstrip. Similar like a hstrip it loads hexdump from the clipboard and prepare link to the PacketHelper.com
  • (v0.12.1) Add more information to the hhstrip command

scapy_helper v0.11.1

17 May 20:21
32ee11d
Compare
Choose a tag to compare
  • Fix test to run correctly w/GitHub Actions

scapy_helper v0.11

16 May 09:59
4404cd5
Compare
Choose a tag to compare
  • Add to_dict and to_list. Allow to dump packet layers into dict Dict[AnyStr, AnyStr]
    and list List[Dict[AnyStr, AnyStr]]