summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-04Don't try to print details of closed BPF objectsPeter Bex
2016-03-04Implement buffer-length option, and export the interface setting/getting ↵Peter Bex
procedures as well as the procedure to retrieve the buffer length. Switch to c-pointer and use LOCATION to get pointers from scheme objects.
2016-03-04Add setup file, copyright and BPF device interfacePeter Bex
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.
2013-05-05Add a TODO for using the definitions from bpf.h, since we're going to have ↵Peter Bex
to use this anyway in order to be able to use its IOCTLs
2013-05-04Initial version of BPF assembler/disassembler with a handful of basic ↵Peter Bex
internal consistency tests