ieee80211: Fix the handling of the User Info List in Trigger Frames.

Change-Id: Ic205b1f8aebc4b5b655032a6a6063cb71056b390
This commit is contained in:
Richard Sharpe 2021-05-24 18:47:02 -07:00
parent 31297dbb82
commit ca337f1c1d
1 changed files with 2 additions and 3 deletions

View File

@ -31236,11 +31236,10 @@ dissect_ieee80211_he_trigger(tvbuff_t *tvb, packet_info *pinfo _U_,
dissect_ieee80211_ranging_trigger_variant(tree, tvb, offset,
pinfo, subtype);
} else {
add_he_trigger_user_info(tree, tvb, offset, pinfo,
trigger_type, &length);
}
add_he_trigger_user_info(tree, tvb, offset, pinfo, trigger_type, &length);
/*
* Padding should commence here ... TODO, deal with it.
*/