From 800ffd5750a53bb674858abf28b774c0a4eded7d Mon Sep 17 00:00:00 2001 From: JosephGregg Date: Fri, 10 Feb 2017 08:38:16 -0500 Subject: [PATCH] updated dpkt installation procedure --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d8277f..fe23207 100644 --- a/install.sh +++ b/install.sh @@ -64,7 +64,10 @@ echo "[+] Downloading pylibpcap..." pip install https://sourceforge.net/projects/pylibpcap/files/latest/download?source=files#egg=pylibpcap echo "[+] Downloading dpkt..." -pip install https://dpkt.googlecode.com/files/dpkt-1.8.tar.gz +#this produces a 404 now. +#pip install https://dpkt.googlecode.com/files/dpkt-1.8.tar.gz +pip install dpkt + echo "[+] Installing patched version of scapy..." pip install ./setup/scapy-latest-snoopy_patch.tar.gz