Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
rustiflow (0.1.0) unstable; urgency=low
rustiflow (0.2.0-1) unstable; urgency=low

* Initial release.
* Implemented basic flow feature extraction.
* Added support for CIC, CIDDS, Nfstream, and NTL flow types.
* Integrated TUI for configuration and monitoring.
* Enabled real-time and pcap file processing.
* Added CSV and console output methods.
* Included Docker support for containerized deployment.
* Provided comprehensive documentation and examples.
* Updated the Dockerfile for improved logging.
* Added a slim Docker image.
* Fixed packet timestamp handling.
* Included headers in flow output.
* Changed flow termination to be based on packet time instead of machine time.
* Added ICMP traffic support.
* Enabled tool configuration via config file.
* Implemented graceful shutdown functionality.
* Introduced flow expiration interval as a configurable parameter.
* Added 'ingress only' processing option.
* Developed a terminal interface for configuration and monitoring.
* Incorporated sequence number handling for enhanced TCP termination.
* Introduced new RustiFlow feature set.
* Updated usage of packet sizes to refer to payload sizes.

-- IDLab <[email protected]> Mon, 30 Oct 2023 10:00:00 +0000
-- IDLab <[email protected]> Mon, 14 Apr 2025 10:00:00 +0000
2 changes: 1 addition & 1 deletion rustiflow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustiflow"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false

Expand Down
Loading