Wireshark-dev: Re: [Wireshark-dev] bitmask handling in wireshark

From: Dirk Jagdmann <doj@xxxxxxxxx>
Date: Tue, 28 Dec 2010 23:58:57 -0800
> #define MYPROTO_FLAG_SAMPLING 0xf0

A better name would be
#define MYPROTO_MASK_SAMPLING 0xf0
since it is a bitmask you're defining here.

-- 
---> Dirk Jagdmann
----> http://cubic.org/~doj
-----> http://llg.cubic.org