aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-03-15 01:31:53 +0000
committerMichael Mann <mmann78@netscape.net>2013-03-15 01:31:53 +0000
commit3a48e7e1e25f93425570b52bcfb00aeeb0f5b342 (patch)
tree4fe050a0ce4a7eca41148c115ee2a3fec46835c6 /epan/dissectors/packet-ieee80211.h
parentfc6e505dacdc12792b5f2175f007715bfe3ce471 (diff)
Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8446)
Needed to convert use of old IEEE802.11 preference strings to UAT. Since UAT is self-contained within its own file, the entire preference file doesn't need to be rewritten/saved when UAT values are changed. svn path=/trunk/; revision=48308
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index fa5f8440dd..3abb7a514c 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -64,3 +64,9 @@ typedef struct _wlan_hdr {
#define WLANCAP_MAGIC_COOKIE_BASE 0x80211000
#define WLANCAP_MAGIC_COOKIE_V1 0x80211001
#define WLANCAP_MAGIC_COOKIE_V2 0x80211002
+
+/* UAT entry structure. */
+typedef struct {
+ guint8 key;
+ gchar *string;
+} uat_wep_key_record_t;