MCPcopy Index your code
hub / github.com/secdev/scapy / show_interfaces

Function show_interfaces

scapy/interfaces.py:448–451  ·  view source on GitHub ↗

Print list of available network interfaces

(resolve_mac=True)

Source from the content-addressed store, hash-verified

446
447
448def show_interfaces(resolve_mac=True):
449 # type: (bool) -> None
450 """Print list of available network interfaces"""
451 return conf.ifaces.show(resolve_mac) # type: ignore

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…