summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Holland <william.holland@codethink.co.uk>2015-03-25 16:06:03 +0000
committerWilliam Holland <william.holland@codethink.co.uk>2015-03-25 16:06:03 +0000
commit75e0e7fa759ebdcbf3b49221817d22a6fce9ec2b (patch)
tree79b98eeea64d43f81b634d8efdb26862c5874319
parent9aa9bfd4115427c0b70fd117bebebfade89eed1b (diff)
downloadlorries-75e0e7fa759ebdcbf3b49221817d22a6fce9ec2b.tar.gz
Add libpcap to lorries.
This is an interface for user-level TCP packet capture. Change-Id: Icd558d781cc0442f27f549fc054d2e22562fcb06
-rw-r--r--open-source-lorries/libpcap.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/libpcap.lorry b/open-source-lorries/libpcap.lorry
new file mode 100644
index 0000000..99c9318
--- /dev/null
+++ b/open-source-lorries/libpcap.lorry
@@ -0,0 +1,6 @@
+{
+ "libpcap": {
+ "type": "git",
+ "url": "git://bpf.tcpdump.org/libpcap"
+ }
+}