aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wps.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-12-28 09:30:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-12-28 09:30:24 +0000
commitb964ee34dd201ba07b73e2c369cdeb17855a1384 (patch)
tree7880e2a0aeec57447f68ea3964e2d22416b6b592 /epan/dissectors/packet-wps.c
parent737c5f3863c5b90386cbc0fdc0779f2cfc03aef2 (diff)
From Masashi Honma:
EAP WPS RF band may be '2.4 GHz and 5 GHz'. svn path=/trunk/; revision=35282
Diffstat (limited to 'epan/dissectors/packet-wps.c')
-rw-r--r--epan/dissectors/packet-wps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c
index fd1a583e1f..b4163aefbe 100644
--- a/epan/dissectors/packet-wps.c
+++ b/epan/dissectors/packet-wps.c
@@ -636,6 +636,7 @@ static const value_string eapwps_tlv_response_type_vals[] = {
static const value_string eapwps_tlv_rf_bands_vals[] = {
{ 0x01, "2.4 GHz" },
{ 0x02, "5 GHz" },
+ { 0x03, "2.4 and 5 GHz" },
{ 0, NULL }
};