-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/prompt for configfile to load and save #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/prompt for configfile to load and save #69
Conversation
* 📈 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
|
@mielverkerken This is now ready for review and additional testing. |
* 🐛 Fix missing padding * ➕ Add buffer size for the ipv6, so the buffers are as large as the ipv4
* 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
| use chrono::{DateTime, Utc}; | ||
| use std::net::IpAddr; | ||
|
|
||
| use chrono::format; |
Check warning
Code scanning / clippy
unused import: chrono::format Warning
| } 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
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 🧪