Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8972] ieee80211: Dissect QoS Mapping information

Date: Thu, 25 Jul 2013 09:32:18 +0000

changed bug 8972

What Removed Added
CC   [email protected]

Comment # 3 on bug 8972 from
Hi Jouni,

Look good

+    dscp_item = proto_tree_add_text(tree, tvb, offset, 2, "DSCP Exception");
[...]
+    dscp_item = proto_tree_add_text(tree, tvb, offset, 2,
+                                    "DSCP Range description");

it is possible to replace by proto_tree_add_item ? (with FT_NONE hf type ?)
(you try to remove proto_tree_add_text...)

+      expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR,
+                             "Invalid DSCP Value");
It is possible to use the new expert "framework" ? (i know 802.11 dissector is
not yet convert to the new "framework"


You are receiving this mail because:
  • You are watching all bug changes.