summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/tools.morph12
-rw-r--r--strata/tools/libpcap.morph3
-rw-r--r--strata/tools/tcpdump.morph3
3 files changed, 18 insertions, 0 deletions
diff --git a/strata/tools.morph b/strata/tools.morph
index 5b3288ec..63ef39c2 100644
--- a/strata/tools.morph
+++ b/strata/tools.morph
@@ -73,3 +73,15 @@ chunks:
unpetrify-ref: IPMITOOL_1_8_14
build-depends:
- file
+- name: libpcap
+ morph: strata/tools/libpcap.morph
+ repo: upstream:libpcap
+ ref: 098a643f817e8a9929c70dfba157e4d399398375
+ unpetrify-ref: libpcap-1.7
+- name: tcpdump
+ morph: strata/tools/tcpdump.morph
+ repo: upstream:tcpdump
+ ref: 8aa5edea1b8846740514dee4158b6c707d38fc13
+ unpetrify-ref: tcpdump-4.7
+ build-depends:
+ - libpcap
diff --git a/strata/tools/libpcap.morph b/strata/tools/libpcap.morph
new file mode 100644
index 00000000..7c5ee932
--- /dev/null
+++ b/strata/tools/libpcap.morph
@@ -0,0 +1,3 @@
+name: libpcap
+kind: chunk
+build-system: autotools
diff --git a/strata/tools/tcpdump.morph b/strata/tools/tcpdump.morph
new file mode 100644
index 00000000..7a974dab
--- /dev/null
+++ b/strata/tools/tcpdump.morph
@@ -0,0 +1,3 @@
+name: tcpdump
+kind: chunk
+build-system: autotools