Don't specify an hf[] item as using a range_string when it's really using a value_string.

Fixes Bug #6618

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6618

svn path=/trunk/; revision=40020
This commit is contained in:
Bill Meier 2011-11-27 21:14:59 +00:00
parent 557d4c491f
commit 5d798a2aa8
1 changed files with 1 additions and 1 deletions

View File

@ -14106,7 +14106,7 @@ proto_register_ieee80211 (void)
{&hf_ieee80211_tag_request,
{"Requested Element ID", "wlan_mgt.tag.request",
FT_UINT8, BASE_RANGE_STRING | BASE_DEC, VALS(tag_num_vals), 0,
FT_UINT8, BASE_DEC, VALS(tag_num_vals), 0,
"The list of elements that are to be included in the responding STA Probe Response frame", HFILL }},
{&hf_ieee80211_tclas_up,