dissectors: 80211_mac_hdr: Remove remaining binary constants
commit6fbead63c4f2e94fe28491b29ab1b491ffd4261c
authorTobias Klauser <tklauser@distanz.ch>
Tue, 9 Sep 2014 13:11:10 +0000 (9 15:11 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 9 Sep 2014 13:15:06 +0000 (9 15:15 +0200)
tree29284048b5fde04a986ca1c29f2460d23fa0c1a4
parent7bcebe82e7ff9d64f1d9bbdbe704a62fe6278751
dissectors: 80211_mac_hdr: Remove remaining binary constants

Commit 151fd88f7429 ("dissectors: 80211_mac_hdr: Remove usage of binary
constants") removed binary constants in a particular case that was
reported to cause a compile error. However, this module uses binary
constants in some other places. Replace them by hexadecimal constants,
which makes it easier to read and is C99 compatible.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proto_80211_mac_hdr.c