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

asked 2024-06-19 10:24:58 +0000

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

edit retag flag offensive 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 gravatar imageChuckc ( 2024-06-19 11:23:06 +0000 )edit

Common Info field

What is this field name?

Chuckc gravatar imageChuckc ( 2024-06-19 11:23:56 +0000 )edit