summaryrefslogtreecommitdiffstats
path: root/SOURCES
diff options
context:
space:
mode:
authorJoerg Koenig <jck@techsat.com>2017-06-01 13:53:37 (GMT)
committerJoerg Koenig <jck@techsat.com>2017-06-01 13:53:37 (GMT)
commit6723999b5e78060c31dc57ed4d38b6e1805d55d6 (patch)
tree620b6c5474a68f4d907a693eed467acf03835fcc /SOURCES
parentdfc9754cfe2cd608f51e464cce87d5efe3a013f3 (diff)
downloadlibpcap-6723999b5e78060c31dc57ed4d38b6e1805d55d6.zip
libpcap-6723999b5e78060c31dc57ed4d38b6e1805d55d6.tar.gz
libpcap-6723999b5e78060c31dc57ed4d38b6e1805d55d6.tar.bz2
Initial added libpcap/winpcaprefs/changes/05/1705/1
Change-Id: I51ecb3ccaac6ee08f2f9bbb2e118b0aa9e4e52ea
Diffstat (limited to 'SOURCES')
-rw-r--r--SOURCES/Makefile15
-rw-r--r--SOURCES/WinPcap_4_1_3.exebin0 -> 915128 bytes
-rw-r--r--SOURCES/WpcapSrc_4_1_3.zipbin0 -> 3834716 bytes
-rw-r--r--SOURCES/WpdPack_4_1_2.zipbin0 -> 775788 bytes
4 files changed, 15 insertions, 0 deletions
diff --git a/SOURCES/Makefile b/SOURCES/Makefile
new file mode 100644
index 0000000..dfdb1b8
--- /dev/null
+++ b/SOURCES/Makefile
@@ -0,0 +1,15 @@
+CWD = $(shell readlink -f .)
+
+SOURCES = \
+ $(PWD)/WpdPack_4_1_2.zip \
+ $(PWD)/WinPcap_4_1_3.exe \
+ $(PWD)/WpcapSrc_4_1_3.zip
+
+all: $(SOURCES)
+
+$(PWD)/WinPcap_4_1_3.exe:
+ wget -c https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
+$(PWD)/WpcapSrc_4_1_3.zip:
+ wget -c https://www.winpcap.org/install/bin/WpcapSrc_4_1_3.zip
+$(PWD)/WpdPack_4_1_2.zip:
+ wget -c https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
diff --git a/SOURCES/WinPcap_4_1_3.exe b/SOURCES/WinPcap_4_1_3.exe
new file mode 100644
index 0000000..a7f353e
--- /dev/null
+++ b/SOURCES/WinPcap_4_1_3.exe
Binary files differ
diff --git a/SOURCES/WpcapSrc_4_1_3.zip b/SOURCES/WpcapSrc_4_1_3.zip
new file mode 100644
index 0000000..8271f46
--- /dev/null
+++ b/SOURCES/WpcapSrc_4_1_3.zip
Binary files differ
diff --git a/SOURCES/WpdPack_4_1_2.zip b/SOURCES/WpdPack_4_1_2.zip
new file mode 100644
index 0000000..3bbdcd9
--- /dev/null
+++ b/SOURCES/WpdPack_4_1_2.zip
Binary files differ