[netsniff-ng] [PATCH v3] netsniff-ng nlmsg: Print type for NETLINK_ROUTE

2015-05-02 Thread Vadim Kochan
From: Vadim Kochan Print nlmsg type name for rtnetlink messages Signed-off-by: Vadim Kochan --- proto_nlmsg.c | 89 +-- 1 file changed, 87 insertions(+), 2 deletions(-) diff --git a/proto_nlmsg.c b/proto_nlmsg.c index 51b303f..f84759a 10

Re: [netsniff-ng] [PATCH] netsniff-ng: Fix capturing extra packets from other dev

2015-05-02 Thread Tobias Klauser
On 2015-04-29 at 21:18:24 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > It might be related to the issue #73 noticed by > > Jon Schipp > > where he pointed that netsniff-ng captures some extra packets. > > I observed this issue when I captured few Ethernet frames from > wireless

Re: [netsniff-ng] [PATCH v2] netsniff-ng nlmsg: Print type for NETLINK_ROUTE

2015-05-02 Thread Tobias Klauser
Sorry for messing around in the code in the meantime, such that you had to redo your patch :( On 2015-04-29 at 01:51:10 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > Print nlmsg type name for rtnetlink messages > > Signed-off-by: Vadim Kochan > --- > proto_nlmsg.c | 84 > +

Re: [netsniff-ng] [PATCH] netsniff-ng mac80211: Print IE prefix before param

2015-05-02 Thread Tobias Klauser
On 2015-04-28 at 16:56:02 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > Print 'IE:' prefix before each mgmt IE parameter which > should be more readable and it allows easy identify next element > while the listing the big one: > > Also removed 1 TAB in "HT Capabilities" fields. > > P mon

Re: [netsniff-ng] [PATCH v2] netsniff-ng: Show packet number

2015-05-02 Thread Tobias Klauser
On 2015-04-27 at 20:36:08 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > > wlp3s0 107 1430159373s.693002029ns (#5) > [ Eth MAC (6c:88:14:ac:51:e4 => 10:fe:ed:90:22:12), Proto (0x0800, IPv4) ] > > Signed-off-by: Vadim Kochan Applied, thanks! -- You received this message because you ar

Re: [netsniff-ng] [PATCH] netsniff-ng mac80211: Print probe request IEs info

2015-05-02 Thread Tobias Klauser
On 2015-04-27 at 17:49:32 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > As probe request frame consist only with IE params so just > do a similar print of these params as it was done for beacon. > > Also using mgmt_{func}_dissect naming for mgmt frame dissectors. > > Signed-off-by: Vadim