(self)
| 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 |
no outgoing calls