There was an error while loading. Please reload this page.
1 parent 100ac1a commit c58f33cCopy full SHA for c58f33c
1 file changed
src/gui/sniffer.rs
@@ -692,18 +692,17 @@ impl Sniffer {
692
if self.info_traffic.tot_data_info.tot_packets() == 0 {
693
return;
694
}
695
- self.traffic_chart.update_charts_data(&msg, no_more_packets);
696
let emitted_notifications = notify_and_log(
697
&mut self.logged_notifications,
698
self.configs.settings.notifications,
699
&msg,
700
&self.favorite_hosts,
701
&self.capture_source,
702
);
703
-
704
if self.thumbnail || self.running_page.ne(&RunningPage::Notifications) {
705
self.unread_notifications += emitted_notifications;
706
+ self.traffic_chart.update_charts_data(&msg, no_more_packets);
707
708
if let CaptureSource::Device(device) = &self.capture_source {
709
let current_device_name = device.get_name().clone();
0 commit comments