MCPcopy Index your code
hub / github.com/srixivas/PcapXray / _reset_memory

Function _reset_memory

Source/Module/pcap_reader.py:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def _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
29def _process_packet(pkt: NormalizedPacket, dns_candidates: dict) -> None:

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected