From 5ac6474c945133a8415fb3be917859e5d42b6256 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Fri, 29 Nov 2013 18:59:06 +0000 Subject: Rename some of pint.h macros to match common style (bits number on the end). pntohs -> pntoh16 pntohl -> pntoh32 pletohs -> pletoh16 pletohl -> pletoh32 phtons -> phton16 phtonl -> phton32 svn path=/trunk/; revision=53652 --- epan/crypt/airpdcap_tkip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/crypt/airpdcap_tkip.c') diff --git a/epan/crypt/airpdcap_tkip.c b/epan/crypt/airpdcap_tkip.c index 0f0aaa781b..0137a5e4c5 100644 --- a/epan/crypt/airpdcap_tkip.c +++ b/epan/crypt/airpdcap_tkip.c @@ -134,7 +134,7 @@ static const UINT16 Sbox[256] = { #define Mk16(hi, lo) \ ((UINT16)((lo) | (((UINT16) (hi)) << 8))) -#define Mk16_le(v) ((UINT16)pletohs(v)) +#define Mk16_le(v) ((UINT16)pletoh16(v)) #define _S_(v) \ ((UINT16)(Sbox[Lo8(v)] ^ ((Sbox[Hi8(v)] << 8) | (Sbox[Hi8(v)] >> 8)))) -- cgit v1.2.3