MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / _tshark_fields

Function _tshark_fields

network_diagnostics.py:1524–1528  ·  view source on GitHub ↗
(path, display_filter, fields, timeout=120)

Source from the content-addressed store, hash-verified

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#

Callers 2

collectFunction · 0.85
_pcap_wifiFunction · 0.85

Calls 1

_runFunction · 0.85

Tested by

no test coverage detected