summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-31 15:02:22 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-09 16:46:14 +0000
commit2ba2fdeb2b881ff3b304d828ad053875162c4485 (patch)
tree808967a0e94cfc6c14d8c8825bdb8f7c2ebfd45f
parent1536fab93f73aa002374eaa32beca9c562bea4cd (diff)
downloaddefinitions-2ba2fdeb2b881ff3b304d828ad053875162c4485.tar.gz
Add tcpdump to tools
-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