From c788574f648ed1d00e29d74e88accf72604928bb Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Mon, 6 May 2013 00:09:46 +0200 Subject: Add setup file, copyright and BPF device interface Add an initial opaque record type holding a connection to the BPF device. At least this now allows us to open a BPF device onto a network interface and request which network device we're connected to. --- bpf.meta | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bpf.meta (limited to 'bpf.meta') diff --git a/bpf.meta b/bpf.meta new file mode 100644 index 0000000..a5ffaba --- /dev/null +++ b/bpf.meta @@ -0,0 +1,8 @@ +;;; -*- Scheme -*- + +((synopsis "Support for the Berkeley Packet Filter (BPF)") + (author "Peter Bex") + (category net) + (license "BSD") + (depends bitstring matchable) + (test-depends test)) -- cgit v1.2.3