Wireshark-bugs: [Wireshark-bugs] [Bug 8613] packet-ieee80211.c enhancements for Hotspot 2.0, WNM

Date: Mon, 29 Apr 2013 15:49:57 +0000

Comment # 19 on bug 8613 from
Comment on attachment 10669 [details]
Add a subtree for P2P Client Info Descriptor

+    tvb_memcpy(tvb, addr, s_offset, 6);
+    proto_item_append_text(tree, ": %s", ether_to_str(addr));

It is possible to use tvb_ether_to_str ?


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