Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: ashdnazg/pyreshark

pyreshark v0.1.4

28 Feb 16:20
Compare
Choose a tag to compare
  • 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

24 Feb 23:56
Compare
Choose a tag to compare
  • 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.