[netsniff-ng] [PATCH v2] netsniff-ng nlmsg: Dissect rtnl link type messages

2015-05-19 Thread Vadim Kochan
From: Vadim Kochan Dump RTnetlink interface related info with attributes. Signed-off-by: Vadim Kochan --- netsniff-ng/Makefile | 2 + proto_nlmsg.c| 233 +++ 2 files changed, 235 insertions(+) diff --git a/netsniff-ng/Makefile b/netsni

Re: [netsniff-ng] [PATCH] netsniff-ng nlmsg: Dissect rtnl link type messages

2015-05-19 Thread Tobias Klauser
On 2015-05-19 at 06:42:50 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > Dump RTnetlink interface related info with attributes. > > Signed-off-by: Vadim Kochan > --- > netsniff-ng/Makefile | 2 + > proto_nlmsg.c| 232 > +++ > 2 f