dissector: proto_80211_mac_hdr: Fix compiler warnings
commit117f67fc6d197ccaddfeffdff49f81e2dd72ccae
authorTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 13:15:28 +0000 (11 15:15 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 11 Aug 2013 13:15:28 +0000 (11 15:15 +0200)
treec162c2d618122435277767f2c383aec49e3f5a7d
parent62b5d0985f042c8939a664240c7e5a5216e745b4
dissector: proto_80211_mac_hdr: Fix compiler warnings

Fix two signed/unsigned comparison warnings by changing variable types.
Fix warnings about unused parameters by removing all of the
unimplemented functions and replacing them with one *_unimplemented()
function.

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