Re: [netsniff-ng] [PATCH] netsniff-ng mac80211: Print probe response frame

2015-05-04 Thread Tobias Klauser
On 2015-05-02 at 22:07:13 +0200, Vadim Kochan wrote: > From: Vadim Kochan > > As Probe Response frame is very similar to Beacon > (except some IEs which are identified dynamically) > so lets just use the same func to dissect it. > > Signed-off-by: Vadim Kochan Applied, thanks! -- You receiv

[netsniff-ng] [PATCH] netsniff-ng mac80211: Print probe response frame

2015-05-03 Thread Vadim Kochan
From: Vadim Kochan As Probe Response frame is very similar to Beacon (except some IEs which are identified dynamically) so lets just use the same func to dissect it. Signed-off-by: Vadim Kochan --- proto_80211_mac_hdr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prot