def cmd_arpsniff(iface): """ ARP Sniffer """ conf.verb = False if iface: conf.iface = iface sniff(filter="arp", store=False, prn=procpkt)