Hi! The Netfilter project proudly presents: libmnl 1.0.3 libmnl is a minimalistic (really!) library that provides simple abstractions to communicate using Netlink sockets. If you're looking for a way to communicate some kernel subsystem and user-space, Netlink provides a nice method to do so. For those not yet familiar with Netlink, I suggest you to read: http://1984.lsi.us.es/~pablo/docs/spae.pdf This release include one fix and one new interface to allow to parse messages from some payload offset, skipping the Netlink header. See ChangeLog that comes attached to this email for more details. You can download it from: http://www.netfilter.org/projects/libmnl/downloads.html ftp://ftp.netfilter.org/pub/libmnl/ Have fun!
On Sat, May 26, 2012 at 08:23:50PM +0200, Pablo Neira Ayuso wrote:> Hi! > > The Netfilter project proudly presents: > > libmnl 1.0.3 > > libmnl is a minimalistic (really!) library that provides simple > abstractions to communicate using Netlink sockets. > > If you're looking for a way to communicate some kernel subsystem and > user-space, Netlink provides a nice method to do so. For those not yet > familiar with Netlink, I suggest you to read: > > http://1984.lsi.us.es/~pablo/docs/spae.pdf > > This release include one fix and one new interface to allow to parse > messages from some payload offset, skipping the Netlink header. See > ChangeLog that comes attached to this email for more details.Forgot to attach changelog, sorry.> You can download it from: > > http://www.netfilter.org/projects/libmnl/downloads.html > ftp://ftp.netfilter.org/pub/libmnl/ > > Have fun!-------------- next part -------------- Pablo Neira Ayuso (1): parse: add mnl_attr_for_each_payload Stephen Hemminger (1): nlmsg: fix valgrind warnings about padding
Apparently Analagous Threads
- [ANNOUNCE] libmnl 1.0.2 release
- problem in Route add using netlink
- [Bug 780] New: nfnl_handle_packet() doesn't respect NLMSG_DONE
- [Bug 1691] New: mnl_nlmsg_ok returns true on malformed/incomplete messages leading to potential runtime issues
- [Bug 1230] New: checking for libmnl... no in cross-compile