Skip to content

Commit bd550ae

Browse files
matissecallewaertmielverkerken
authored andcommitted
🚀 Update for new release
1 parent ae51a41 commit bd550ae

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

debian/changelog

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
rustiflow (0.1.0) unstable; urgency=low
1+
rustiflow (0.2.0-1) unstable; urgency=low
22

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

12-
-- IDLab <[email protected]> Mon, 30 Oct 2023 10:00:00 +0000
18+
-- IDLab <[email protected]> Mon, 14 Apr 2025 10:00:00 +0000

rustiflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustiflow"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)