tabbed frametype filtering

This commit is contained in:
2025-07-30 23:48:32 -04:00
parent 8d883f25c3
commit bb3eeb79d0
92 changed files with 33696 additions and 139 deletions

View File

@@ -26,6 +26,7 @@ class EthernetAnalyzer:
self.all_packets: List[Packet] = []
self.is_live = False
self.stop_capture = False
self.is_parsing = False # Flag to track parsing state
# Expose flows for backward compatibility
self.flows = self.flow_manager.flows