Wireshark-bugs: [Wireshark-bugs] [Bug 8613] packet-ieee80211.c enhancements for Hotspot 2.0, WNM
Date: Mon, 29 Apr 2013 16:33:17 +0000

Comment # 22 on bug 8613 from
Comment on attachment 10678 [details]
ieee80211: Dissect Hotspot 2.0 ANQP elements

+        item = proto_tree_add_text(vtree, tvb, offset, 1, "Type %u", subtype);
[...]
+        proto_tree_add_text(tree, tvb, offset, 1, "Type %u: Hotspot 2.0 ANQP",
+                            subtype);
Replace by proto_tree_add_item


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