From f0761b888a80201e28adb9fc2f614b997c868127 Mon Sep 17 00:00:00 2001 From: gpotter2 Date: Mon, 4 Jun 2018 11:29:40 +0200 Subject: [PATCH] Update scapy scapy-python3 is an unofficial fork that is getting very oudated (many bug fixes missing). Migrates to original and up-to-date scapy, which now supports both python 2 and 3 --- examples/wireguard/README.md | 4 ++-- examples/wireguard/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/wireguard/README.md b/examples/wireguard/README.md index c2ba71d..4a07ba9 100644 --- a/examples/wireguard/README.md +++ b/examples/wireguard/README.md @@ -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) diff --git a/examples/wireguard/requirements.txt b/examples/wireguard/requirements.txt index e7e451c..5a0ac06 100644 --- a/examples/wireguard/requirements.txt +++ b/examples/wireguard/requirements.txt @@ -1,2 +1,2 @@ noiseprotocol -scapy-python3 +scapy>=2.4.0