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

Function top_clients

network_diagnostics.py:1585–1587  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

1583 'spoofed': spoofed,
1584 'clones': clones,
1585 'fhrp': fhrp,
1586 'ipv6': {'bindings': v6_bindings, 'eui64_mismatches': eui64_mismatches},
1587 # Every MAC seen this pass, worst class first, so the UI can list them.
1588 'observed_macs': sorted(
1589 current,
1590 key=lambda c: ({'spoofed_vendor_oui': 0, 'universal': 1,

Callers 1

_pcap_wifiFunction · 0.85

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected