(path, display_filter, fields, timeout=120)
| 1522 | 'source': (f'arp-scan sweep on {scan_iface}' if scanned |
| 1523 | else 'neighbour table (all interfaces)'), |
| 1524 | 'oui_db': bool(len(_load_oui_db()) > len(_MAC_VENDOR_SEED)), |
| 1525 | 'reasons': reasons, |
| 1526 | } |
| 1527 | |
| 1528 | |
| 1529 | # -------------------------------------------------------------------------- |
| 1530 | # DHCP Guardian — DHCP-snooping-style monitor (detection-only). |
| 1531 | # |
no test coverage detected