Skip to content

Conversation

@matissecallewaert
Copy link
Collaborator

@matissecallewaert matissecallewaert commented Oct 23, 2024

Updated the prompting for a configuration file and saving a configuration file to the tui itself.
And additional features

This is tested on my machine 🧪

@matissecallewaert matissecallewaert added the enhancement New feature or request label Oct 23, 2024
@matissecallewaert matissecallewaert self-assigned this Oct 23, 2024
matissecallewaert and others added 2 commits November 9, 2024 14:45
* 📈 Add a chart showing activity when in csv output mode

* 🔇 Update when log mode is debug, chart is not shown

* Debian package (#71)

* ✏️ Update readme with better logging explanation

* 📦 Add debian build dpkg files
@matissecallewaert
Copy link
Collaborator Author

@mielverkerken This is now ready for review and additional testing.

self.dest
}
fn window_size(&self) -> u16 {
self.window as u16

Check warning

Code scanning / clippy

casting to the same type is unnecessary (u16 -> u16) Warning

casting to the same type is unnecessary (u16 -> u16)
* create rustiflow feature set

* refactor of features into sub structs

* include flow expiration cause and support updating stats on expiration

* export icmp code from ebpf

* update rustiflow feature set

* use microseconds since epoch instead of Datetime to limit memory

* set default threads to 5

* update dropped packets

* update

* extra packet features

* update rustiflow features

* review comments
false
}

fn close_flow(&mut self, _timestamp_us: i64, _cause: FlowExpireCause) -> () {

Check warning

Code scanning / clippy

unneeded unit return type Warning

unneeded unit return type
use chrono::{DateTime, Utc};
use std::net::IpAddr;

use chrono::format;

Check warning

Code scanning / clippy

unused import: chrono::format Warning

unused import: chrono::format
Comment on lines +37 to +41
} else {
if !self.bwd_seen_seqs.insert(seq) {
self.bwd_retransmission_count += 1;
}
}

Check warning

Code scanning / clippy

this else { if .. } block can be collapsed Warning

this else { if .. } block can be collapsed
@mielverkerken mielverkerken merged commit 4a2580f into main Mar 3, 2025
3 checks passed
@matissecallewaert matissecallewaert deleted the feature/prompt-for-configfile-to-load-and-save branch June 21, 2025 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants