From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 3 Apr 2013 19:19:13 +0800 References: <1364934870-23095-1-git-send-email-ordex@autistici.org> In-Reply-To: <1364934870-23095-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304031919.14015.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/2] batctl: fix 4addr parsing in tcpdump Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org On Wednesday, April 03, 2013 04:34:29 Antonio Quartulli wrote: > In the UNICAST4ADDR parsing routing a wrong type is used to > parse the batman header, resulting in a wrong data > visualization. Fix this by using the correct data type. > > Introduced by 70aefcf8abefd509e5721c6ae228d3854d5e8b16 > ("batctl: Add minimal unicast 4addr dissector support") > > Signed-off-by: Antonio Quartulli > --- > > v2: > - removed subtype print format > > tcpdump.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Applied in revision 0ae03c9. Thanks, Marek