ahlashkari / DoHLyzer

DoHlyzer is a DNS over HTTPS (DoH) traffic flow generator and analyzer for anomaly detection and characterization.
58 stars 33 forks source link

Error in the import of the file DoHlyzer/meter/features/context/packet_flow_key.py #2

Closed Ala-Jeb closed 4 years ago

Ala-Jeb commented 4 years ago

The import in this file should be from meter.features.context.packet_direction import PacketDirection not from meter.features.context import packet_direction and the line 33 should be if direction == PacketDirection.FORWARD: