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

Method is_running

Source/Module/pcap_reader.py:229–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 _run_deferred_covert(self._dns_candidates)
228
229 def is_running(self) -> bool:
230 return bool(self._sniffer and self._sniffer.running)
231
232 def _on_packet(self, pkt) -> None:
233 from engines.scapy_engine import _normalize

Callers 3

_toggle_liveMethod · 0.80
_live_refreshMethod · 0.80

Calls

no outgoing calls