From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 24 Oct 2011 14:21:00 +0200 References: <1319027682-2897-1-git-send-email-ordex@autistici.org> In-Reply-To: <1319027682-2897-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: <201110241421.00991.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: correct ttcrc print format in the tcpdump output 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: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, October 19, 2011 14:34:42 Antonio Quartull wrote: > The OGM ttcrc field is an unsigned short int, therefore it has to be > printed using %hu and has to be converted from network to host order using > ntohs Patch was applied in revision 9031e43. Thanks, Marek