This repository has been archived by the owner on May 15, 2024. It is now read-only.
Releases: ashdnazg/pyreshark
Releases · ashdnazg/pyreshark
pyreshark v0.1.4
- Added support for Wireshark 1.12.*
- Added protocol.items_dict for accessing items from within PyFunctionItems.
- Added appending text to an existing item.
- Fixed a bug with float fields
- Fixed a bug with packet.visited
- Expert Info and User Preferences Support
- Allowed the plugin and dissectors to be placed in the user directory
- Added the ability to add custom boolean or integer values from a PyFunctionItem
Thanks to @mgenti and @jcreekmore for their contributions!
pyreshark v0.1.3
- Added error messages when loading a protocol fails.
- Added support for registering a protocol under several values in a single table.
- Fixed a bug in packet.set_column_text.
- Fixed a memory bug when calling Wireshark's functions.