summaryrefslogtreecommitdiff
path: root/epan/dissectors
diff options
context:
space:
mode:
authorChun-Yeow Yeoh <yeohchunyeow@gmail.com>2014-05-16 16:52:51 +0800
committerAnders Broman <a.broman58@gmail.com>2014-05-17 07:21:44 +0000
commit89a72f328a9bc5498c628182bb38e8e61e985bd4 (patch)
tree9938fd7cfea8bf43ffd54e9030dbe9c13264c4f5 /epan/dissectors
parenta42df4818f97acb9630e33dea1eeaf3da7c2780d (diff)
downloadwireshark-89a72f328a9bc5498c628182bb38e8e61e985bd4.tar.gz
Add SAE authentication algorithm in 802.11
Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com> Change-Id: If3500dda55aed45bbecd0261191ce1ec6cfbdbca Reviewed-on: https://code.wireshark.org/review/1661 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Yeoh Chun-Yeow <yeohchunyeow@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ieee80211.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 7e008beb5a..b3cb80fbcf 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -1929,6 +1929,7 @@ static const value_string auth_alg[] = {
{0x00, "Open System"},
{0x01, "Shared key"},
{0x02, "Fast BSS Transition"},
+ {0x03, "Simultaneous Authentication of Equals (SAE)"},
{0x80, "Network EAP"}, /* Cisco proprietary? */
{0, NULL}
};