diff options
author | Anders Broman <anders.broman@ericsson.com> | 2011-07-04 15:04:50 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2011-07-04 15:04:50 +0000 |
commit | cdfadace983ebf63dee7562b612545c556e9cbc6 (patch) | |
tree | b44c1eeb809ff930fbf501c1a2f9a6be56419957 /plugins | |
parent | d6fda1f1f5bb0d24c9268d00a22415e75dbc6644 (diff) | |
download | wireshark-cdfadace983ebf63dee7562b612545c556e9cbc6.tar.gz wireshark-cdfadace983ebf63dee7562b612545c556e9cbc6.tar.bz2 wireshark-cdfadace983ebf63dee7562b612545c556e9cbc6.zip |
From Kluchnikov Ivan:
Update wimax DCD Message mac version values.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6069
svn path=/trunk/; revision=37891
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/wimax/msg_dcd.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/wimax/msg_dcd.c b/plugins/wimax/msg_dcd.c index 7f946fa82e..5b4c58517c 100644 --- a/plugins/wimax/msg_dcd.c +++ b/plugins/wimax/msg_dcd.c @@ -250,7 +250,11 @@ static const value_string vals_dcd_mac_version[] = {3, "Conformance with IEEE Std 802.16a-2003 and its predecessors"}, {4, "Conformance with IEEE Std 802.16-2004"}, {5, "Conformance with IEEE Std 802.16-2004 and IEEE Std 802.16e-2005"}, - {6, "reserved"}, + {6, "Conformance with IEEE Std 802.16-2004, IEEE Std 802.16e-2005 and IEEE Std 802.16f-2005"}, + {7, "Conformance with IEEE Std 802.16-2004, IEEE Std 802.16e-2005, IEEE Std 802.16f-2005 and IEEE Std 802.16g-2007"}, + {8, "Conformance with IEEE Std 802.16-2009"}, + {9, "Conformance with IEEE Std 802.16-2009 and IEEE Std 802.16j-2009"}, + {10, "Reserved"}, {0, NULL} }; |