Merge pull request #27 from gpotter2/master

Update scapy
This commit is contained in:
Piotr Lizończyk
2018-06-04 15:22:08 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
This example shows interoperability with Wireguard.
It connects to Wireguard service, does a handshake, sends and receives a ping.
Run with noiseprotocol and scapy-python3 installed in your environment (python main.py)
or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy-python3)
Run with noiseprotocol and scapy installed in your environment (python main.py)
or directly from here (PYTHONPATH=../../ python main.py) (you still need scapy)

View File

@@ -1,2 +1,2 @@
noiseprotocol
scapy-python3
scapy>=2.4.0