()
| 19 | |
| 20 | |
| 21 | def _reset_memory() -> None: |
| 22 | memory.packet_db = {} |
| 23 | memory.lan_hosts = {} |
| 24 | memory.destination_hosts = {} |
| 25 | memory.possible_mal_traffic = [] |
| 26 | memory.possible_tor_traffic = [] |
| 27 | |
| 28 | |
| 29 | def _process_packet(pkt: NormalizedPacket, dns_candidates: dict) -> None: |