dissectors: 80211_mac_hdr: Remove usage of binary constants
commit151fd88f742931b0eabb30df77d7c869e3335b57
authorTobias Klauser <tklauser@distanz.ch>
Mon, 25 Aug 2014 16:44:16 +0000 (25 18:44 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 1 Sep 2014 09:22:45 +0000 (1 11:22 +0200)
tree8a85d9d17ae78114e607c6a282d0bf0eff2834b2
parent4cc8cf685e0db3580d1ce750a0765ba31b305058
dissectors: 80211_mac_hdr: Remove usage of binary constants

Binary constants are not C99, but a GCC extension. Moreover, Mohan
reports compilation errors resulting from these constructs when using a
PowerPC cross-compiler. Thus, replace them by the corresponding
hexadecimal constants.

Reported-by: Mohan Kannekanti <mohan.kannekanti@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proto_80211_mac_hdr.c