Wireshark-bugs: [Wireshark-bugs] [Bug 8613] packet-ieee80211.c enhancements for Hotspot 2.0, WNM
Date: Thu, 02 May 2013 10:25:34 +0000

Comment # 45 on bug 8613 from
(In reply to comment #44)
> (In reply to comment #42)
> > Comment on attachment 10679 [details]
> > ieee80211: Dissect SSID List element
> > 
> > Please make SSID string a filterable item.
> 
> Filters like "wlan_mgt.ssid contains bar" work with this patch, so I'm not
> sure what else this would be referring to. Could you please clarify what you
> mean with this or point to documentation or an example showing such a
> filterable item?

I thinks, about this lign : 
+    ssid = proto_tree_add_text(tree, tvb, offset, 2 + len, "SSID: %s", str);
May be replace by proto_tree_add_item...

(I thinks, Michael don't see the proto_tree_add_item after with only the SSID)


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