Releases: NexSabre/scapy_helper
Releases · NexSabre/scapy_helper
scapy_helper v0.14.8
Fix deployment to the PyPi
scapy_helper v0.14.7
Update README.md (#42) * Update README.md * bump version to 0.14.7
scapy_helper v0.14.6
Merge pipeline files and introduce a GitHub Release (#41)
scapy_helper v0.14.3
- remove
test/
package from the main distribution
scapy_helper v0.14.2
- Correct issue with the int2mac conversion, when int was too big or too small.
scapy_helper v0.14.0
- 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
- 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
- (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
- Fix test to run correctly w/GitHub Actions
scapy_helper v0.11
- Add
to_dict
andto_list
. Allow to dump packet layers into dict Dict[AnyStr, AnyStr]
and list List[Dict[AnyStr, AnyStr]]