aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wps.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-28 09:30:24 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-12-28 09:30:24 +0000
commit72df32d71ce051d8a8bc29d7c1d0fd144d2cf539 (patch)
tree7880e2a0aeec57447f68ea3964e2d22416b6b592 /epan/dissectors/packet-wps.c
parenta5ad2cfbbfe900fa62fac31c7c937d00c4e35af1 (diff)
From Masashi Honma:
EAP WPS RF band may be '2.4 GHz and 5 GHz'. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35282 f5534014-38df-0310-8fa8-9805f1628bb7
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 }
};