summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-31 16:33:39 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-31 16:33:39 +0100
commit4a9466db1e73eddb9b83350f2e1cb0304b2cc5d7 (patch)
treeb456500a53969988a97561bfddb908019238f51c
parent4c76bf1d6ed7c7a464de475825b142d89012b3d2 (diff)
downloaddefinitions-baserock/tiagogomes/tcpdump.tar.gz
Add tcpdump to toolsbaserock/tiagogomes/tcpdump
It is useful to debug networking.
-rw-r--r--strata/tools.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/tools.morph b/strata/tools.morph
index a3e7740b..f81ff8af 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/tcpdump.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