aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-07-12 01:48:24 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-07-12 01:48:24 +0000
commitc50b4aec09045426bf0f1128ebcbcec89a6b99c8 (patch)
tree0d1aa7b1f115345acaa3a4d5af41e16d546b7e2d /epan/dissectors/packet-ieee80211.h
parent71c1e4faf015c565e543b78b7324b6eb6d528f07 (diff)
More (mostly stats tree) unsigned->signed char cleanup
svn path=/trunk/; revision=25717
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index 2ecf8bec61..f7a1ef9689 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -45,7 +45,7 @@ struct _wlan_stats {
guint8 channel;
guint8 ssid_len;
guchar ssid[MAX_SSID_LEN];
- guchar protection[MAX_PROTECT_LEN];
+ gchar protection[MAX_PROTECT_LEN];
};
typedef struct _wlan_hdr {