Releases: quarkslab/wirego
Releases · quarkslab/wirego
v2.1
Wirego v2.1
Changelog:
- We now use two versions: one for the ZMQ API (currently in 2.0) and one for Wirego (this is v2.1.0)
- Added the Python package
- When no fields are returned by the plugin, the packets can now be found using the plugin filter
- All examples and packages (python/go) have been moved in order to make things clearer
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