Comment # 45
on bug 8613
from Alexis La Goutte
(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.