Hello, Here is a new version of the netlink socket parser. Changes since v1: * handle io vector with length different than 1 (for sendmsg/recvmsg/sendmmsg/recvmmsg...). * add nlmsg_ok and nlmsg_next functions which correspond to NLMSG_OK and NLMSG_NEXT macros. * handle multiple netlink messages. Cheers, -- Fabien Siron