[netsniff-ng] [PATCH] netsniff-ng nlmsg: Print rtnl neigh info

2015-06-16 Thread Vadim Kochan
From: Vadim Kochan Dissect basic rtnl neighbour info. Signed-off-by: Vadim Kochan --- proto_nlmsg.c | 101 ++ 1 file changed, 101 insertions(+) diff --git a/proto_nlmsg.c b/proto_nlmsg.c index 9dc9f6b..5018adf 100644 --- a/proto_nlmsg.c

Re: [netsniff-ng] [PATCH 2/3] netsniff-ng: Add support of Linux "cooked" header

2015-06-16 Thread Vadim Kochan
On Sun, Jun 14, 2015 at 11:45:47AM +0200, Daniel Borkmann wrote: > On 06/14/2015 10:36 AM, Vadim Kochan wrote: > ... > >>I.e. why not letting pcap_get_hdr_length() handle the additional > >>sll size in order to avoid putting upper layer logic into the > >>backend section (it should be decoupled fr