summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Holland <william.holland@codethink.co.uk>2015-03-25 15:33:18 +0000
committerWilliam Holland <william.holland@codethink.co.uk>2015-03-25 15:33:18 +0000
commitb0b0e9f35ec0d55caf7e559e828bf147f1bafcf2 (patch)
tree79b98eeea64d43f81b634d8efdb26862c5874319
parent9aa9bfd4115427c0b70fd117bebebfade89eed1b (diff)
downloadlorries-b0b0e9f35ec0d55caf7e559e828bf147f1bafcf2.tar.gz
Add libpcap to lorries.
This is an interface for user-level TCP packet capture. Change-Id: I8a219ecf2e7fc1c8521034f5cf439144af5b0131
-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"
+ }
+}