Info shown of a Trigger HE MU-BAR is displayed as Trigger EHT MU-BAR in the filtered MU BAR sequence but In the Actual packet if explored the "EHT" itself is not present in the Common Info field for a HE traffic
Info shown of a Trigger HE MU-BAR is displayed as Trigger EHT MU-BAR in the filtered MU BAR sequence but In the Actual packet if explored the "EHT" itself is not present in the Common Info field for a HE traffic
epan/dissectors/packet-ieee80211.c:
col_append_fstr(pinfo->cinfo, COL_INFO, " %s %s", eht_trigger ? "EHT" : "HE", val64_to_str(trigger_type, trigger_type_vals, "Reserved"));static const val64_string trigger_type_vals[] = { { 0, "Basic" }, { 1, "Beamforming Report Poll (BRP)" }, { 2, "MU-BAR" }, { 3, "MU-RTS" }, ...What is this field name?