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

vkabali's avatar
1
vkabali
asked 2024-06-19 10:24:58 +0000
edit flag offensive 0 remove flag close merge delete

Comments

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" },
...
Chuckc's avatar Chuckc (2024-06-19 11:23:06 +0000) edit

Common Info field

What is this field name?

Chuckc's avatar Chuckc (2024-06-19 11:23:56 +0000) edit
add a comment see more comments