From b0b0e9f35ec0d55caf7e559e828bf147f1bafcf2 Mon Sep 17 00:00:00 2001 From: William Holland Date: Wed, 25 Mar 2015 15:33:18 +0000 Subject: Add libpcap to lorries. This is an interface for user-level TCP packet capture. Change-Id: I8a219ecf2e7fc1c8521034f5cf439144af5b0131 --- open-source-lorries/libpcap.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/libpcap.lorry 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" + } +} -- cgit v1.2.1