aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-16 01:24:19 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-16 01:24:19 +0000
commit21ab160bcd921077b200db85a28428ae16b561d9 (patch)
tree12fe0a86e48809f6ffa0ff76e1a92dbe2891a674 /epan
parent158ada58b3c8d6e77e46564752fc6375636e5804 (diff)
Note where a table comes from, and that we don't use it.
svn path=/trunk/; revision=15366
Diffstat (limited to 'epan')
-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 b385c0d9ad..3f76a7ae8a 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -3254,6 +3254,7 @@ proto_register_ieee80211 (void)
{0x00, NULL}
};
+ /* XXX - Table 20e, IEEE 802.11h. Why aren't we using it? */
static const value_string spec_man_action[] ={
{0x00, "Measurement Request"},
{0x01, "Measurement Report"},