From ce5a3e8d178e8bb8aaee8d0b3a653bc01590dff9 Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sat, 16 Jan 2016 13:02:26 +0100 Subject: [PATCH] adding scapy package as a submodule+symlink, will probably need a fix on windows as symlinks won't work --- .gitmodules | 3 +++ pupy/packages/all/scapy | 1 + pupy/packages/src/scapy | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 120000 pupy/packages/all/scapy create mode 160000 pupy/packages/src/scapy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..b6cdd296 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pupy/packages/src/scapy"] + path = pupy/packages/src/scapy + url = git://github.com/n1nj4sec/scapy.git diff --git a/pupy/packages/all/scapy b/pupy/packages/all/scapy new file mode 120000 index 00000000..43598670 --- /dev/null +++ b/pupy/packages/all/scapy @@ -0,0 +1 @@ +../src/scapy/scapy/ \ No newline at end of file diff --git a/pupy/packages/src/scapy b/pupy/packages/src/scapy new file mode 160000 index 00000000..8a187364 --- /dev/null +++ b/pupy/packages/src/scapy @@ -0,0 +1 @@ +Subproject commit 8a1873646009ca9bb10fc3e0c1381ad242929ef8