我们从Python开源项目中,提取了以下6个代码示例,用于说明如何使用scapy.all.get_working_if()。
def get_iface(): iface = get_working_if() log.debug("Interface {} seems to be up and running") return iface