summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-04Apparently even nonblocking reads are blocking in a way(?!) and we will get m...Peter Bex
2016-03-04Change test descriptions to match realityPeter Bex
2016-03-04Switch to nonblocking I/O and get rid of bpf-read-timeout since it is useless...Peter Bex
2016-03-04Make ioctl interface a little less verbose by generating some stuff that's al...Peter Bex
2016-03-04Implement filter settingPeter Bex
2016-03-04Add stats procedurePeter Bex
2016-03-04Implement timeout IOCTLPeter Bex
2016-03-04Expose flush ioctl and add listing/getter/setter of datalink types.Peter Bex
2016-03-04Fix commentsPeter Bex
2016-03-04Add another real-world example code. Rename ldx to ldxb for the MSH hack, to...Peter Bex
2016-03-04Fix a few problems with the jump instructions (forgot to add #x05 to all of t...Peter Bex
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 proc...Peter Bex
2016-03-04Add setup file, copyright and BPF device interfacePeter Bex
2013-05-05Add a TODO for using the definitions from bpf.h, since we're going to have to...Peter Bex
2013-05-04Initial version of BPF assembler/disassembler with a handful of basic interna...Peter Bex