Re: [PATCH v7 2/4] Add a general netlink socket parser

2016-06-22 Thread Dmitry V. Levin
On Wed, Jun 22, 2016 at 01:27:04PM +, Fabien Siron wrote: > Introduce a general socket netlink parser which prints > the header and a string for the remaining part of the buffer. It doesn't > handle all the netlink flags and types because the parser needs more > information. It will be done soo

[PATCH v7 2/4] Add a general netlink socket parser

2016-06-22 Thread Fabien Siron
Introduce a general socket netlink parser which prints the header and a string for the remaining part of the buffer. It doesn't handle all the netlink flags and types because the parser needs more information. It will be done soon. * net.c (printsock): Return family. (do_msghdr): Call tprint_iov_u