Skip to content

release v0.0.33

Latest
Compare
Choose a tag to compare
@brayniac brayniac released this 09 Sep 18:50
· 3 commits to master since this release
0e9c553

Added

  • Support to dump BPF program instructions. (#181)
  • Support for attaching BPF programs to sockets. (#191)

Fixed

  • Removes potential segfault in safe code by making Table::new() inaccessible
    outside of this crate. (#192)
  • Various fixes to support running in CI environment. (#194)