tabbed frametype filtering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user