Releases: quarkslab/wirego
Releases · quarkslab/wirego
v2.0
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
Wirego v0.9 (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