packet-ieee80211.c: Fix runtime warning "field wlan.trigger.he.common_info is not of type FT_CHAR or an FT_{U}INTn type"

Change-Id: I4796abc440f386e4326067dff825486dedb9d07b
Reviewed-on: https://code.wireshark.org/review/26597
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Joerg Mayer 2018-03-23 01:59:13 +01:00 committed by Alexis La Goutte
parent a0f0b3789c
commit cf5f77aca2
1 changed files with 1 additions and 1 deletions

View File

@ -30305,7 +30305,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_he_trigger_common_info,
{"HE Trigger Common Info", "wlan.trigger.he.common_info",
FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
FT_UINT64, BASE_HEX, NULL, 0, NULL, HFILL }},
{&hf_ieee80211_he_trigger_type,
{"Trigger Type", "wlan.trigger.he.trigger_type",