Skip to content

Releases: quarkslab/wirego

v2.0

24 Dec 13:57
829487d
Compare
Choose a tag to compare

Wirego v2.0

Changelog:

  • Wirego now uses ZMQ for communications between the Wireshark plugin and the user plugin
  • The Golang package has been partially rewritten to support this update
  • All documentations have been updated accordingly
  • All unit tests have been updated
  • All examples have been updated
  • A specification for the ZMQ protocol implementation is available (see doc/PROTOCOL.md)

Additional notes:

Release is currently not available for Windows (libzmq does not seems to be available via chocolate). If needed, please refer to the doc/BUILD_WIREGO.md documentation.

User packages for Python and Rust will follow in a next release.

v1.0

26 Mar 21:23
Compare
Choose a tag to compare

Changelog for Wirego v1.0

  • Plugins ABI updates to 1.1
  • A detection heuristics function can now be defined
  • Renamed DissectorFilter to DetectionFilters for more clarity

Wirego v0.9 (pre release)

18 Dec 18:55
Compare
Choose a tag to compare
Pre-release

This is the first version of Wirego made available to the public.
Here is the TODO list for v1.0:

  • integration with github CI
  • publish artifacts
  • cleanup