Nun mecker er, weil “winpcap” nicht installiert ist:
PS Microsoft.PowerShell.Core\FileSystem::\\wsl$\Ubuntu\home\cgruber\hiveeyes\sources\hiveeyes-micropython-firmware> python tools/terkin.py monitor
2019-07-10 17:02:10,115 [tools/terkin.py] INFO : Local networks: ['192.168.178.0/24', '127.0.0.0/8']
2019-07-10 17:02:10,115 [tools/terkin.py] INFO : Waiting for device with MAC address prefix 80:7d:3a to appear on your local network
Traceback (most recent call last):
File "tools/terkin.py", line 262, in <module>
run_monitor(mac_prefix, command)
File "tools/terkin.py", line 256, in run_monitor
boot_monitor(monitor)
File "tools/terkin.py", line 240, in boot_monitor
monitor.arp_monitor()
File "tools/terkin.py", line 182, in arp_monitor
sniff(prn=self.check_esp32, filter="arp", store=0)
File "C:\Python37\lib\site-packages\scapy\sendrecv.py", line 836, in sniff
*arg, **karg)] = iface
File "C:\Python37\lib\site-packages\scapy\arch\windows\__init__.py", line 1352, in __init__
raise RuntimeError("Sniffing and sending packets is not available: " # noqa: E501
RuntimeError: Sniffing and sending packets is not available: winpcap is not installed
2019-07-10 17:02:10,633 [tools/terkin.py] INFO : Sending an ARP ping to 127.0.0.0/8 to find devices already connected
2019-07-10 17:02:10,633 [tools/terkin.py] INFO : Sending an ARP ping to 192.168.178.0/24 to find devices already connected
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "tools/terkin.py", line 118, in arp_ping
ans, unans = srp(Ether(dst="ff:ff:ff:ff:ff:ff") / ARP(pdst=destination), timeout=2, verbose=self.VERBOSITY)
File "C:\Python37\lib\site-packages\scapy\sendrecv.py", line 499, in srp
s = conf.L2socket(promisc=promisc, iface=iface, filter=filter, nofilter=nofilter, type=type) # noqa: E501
File "C:\Python37\lib\site-packages\scapy\arch\windows\__init__.py", line 1352, in __init__
raise RuntimeError("Sniffing and sending packets is not available: " # noqa: E501
RuntimeError: Sniffing and sending packets is not available: winpcap is not installed
Exception in thread Thread-3:
Traceback (most recent call last):
File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "tools/terkin.py", line 118, in arp_ping
ans, unans = srp(Ether(dst="ff:ff:ff:ff:ff:ff") / ARP(pdst=destination), timeout=2, verbose=self.VERBOSITY)
File "C:\Python37\lib\site-packages\scapy\sendrecv.py", line 499, in srp
s = conf.L2socket(promisc=promisc, iface=iface, filter=filter, nofilter=nofilter, type=type) # noqa: E501
File "C:\Python37\lib\site-packages\scapy\arch\windows\__init__.py", line 1352, in __init__
raise RuntimeError("Sniffing and sending packets is not available: " # noqa: E501
RuntimeError: Sniffing and sending packets is not available: winpcap is not installed
PS Microsoft.PowerShell.Core\FileSystem::\\wsl$\Ubuntu\home\cgruber\hiveeyes\sources\hiveeyes-micropython-firmware>