On Fri, Jun 17, 2016 at 04:29:55PM +0000, Fabien Siron wrote:
[...]
> --- a/io.c
> +++ b/io.c
> @@ -89,6 +89,11 @@ print_iovec(struct tcb *tcp, void *elem_buf, size_t 
> elem_size, void *data)
>                       printstr(tcp, iov[0], len);
>                       break;
>               }
> +             case IOV_DECODER_NETLINK:
> +             {
> +                     decode_netlink(tcp, iov[0], iov[1]);
> +                     break;
> +             }

This should update struct print_iovec_config.data_size the same way
as in IOV_DECODER_STR case.


-- 
ldv

Attachment: pgpB8fc3sxlpd.pgp
Description: PGP signature

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to