ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] packet-ieee802154.c compilation error

From: didier <dgautheron@xxxxxxxx>
Date: Wed, 03 Sep 2008 00:29:39 +0200
Le mardi 02 septembre 2008 ᅵ 17:28 -0400, Maynard, Chris a ᅵcrit :
> What about modifying the macro itself?
> 
> #define ieee802154_crc_tvb(tvb, offset)
> ((guint16)(crc16_ccitt_tvb_seed(tvb, offset, IEEE802154_CRC_SEED) ^
> IEEE802154_CRC_XOROUT))
Maybe
#define IEEE802154_CRC_XOROUT   0xFFFFU

Didier