index
:
bpf
master
Berkeley Packet Filter interface for CHICKEN Scheme.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-04
Update for latest bitstring version
HEAD
master
Peter Bex
2016-03-04
Apparently even nonblocking reads are blocking in a way(?!) and we will get m...
Peter Bex
2016-03-04
Change test descriptions to match reality
Peter Bex
2016-03-04
Switch to nonblocking I/O and get rid of bpf-read-timeout since it is useless...
Peter Bex
2016-03-04
Make ioctl interface a little less verbose by generating some stuff that's al...
Peter Bex
2016-03-04
Implement filter setting
Peter Bex
2016-03-04
Add stats procedure
Peter Bex
2016-03-04
Implement timeout IOCTL
Peter Bex
2016-03-04
Expose flush ioctl and add listing/getter/setter of datalink types.
Peter Bex
2016-03-04
Fix comments
Peter Bex
2016-03-04
Add another real-world example code. Rename ldx to ldxb for the MSH hack, to...
Peter Bex
2016-03-04
Fix a few problems with the jump instructions (forgot to add #x05 to all of t...
Peter Bex
2016-03-04
Don't try to print details of closed BPF objects
Peter Bex
2016-03-04
Implement buffer-length option, and export the interface setting/getting proc...
Peter Bex
2016-03-04
Add setup file, copyright and BPF device interface
Peter Bex
2013-05-05
Add a TODO for using the definitions from bpf.h, since we're going to have to...
Peter Bex
2013-05-04
Initial version of BPF assembler/disassembler with a handful of basic interna...
Peter Bex