Alexis La Goutte
changed
bug 8711
What |
Removed |
Added |
Attachment #10831 Flags |
review_for_checkin?
|
review_for_checkin-
|
Comment # 5
on bug 8711
from Alexis La Goutte
Comment on attachment 10831 [details]
Add Wi-Fi Display dissector
Hi,
Also missing modification for Cmake (epan/CMakeList.txt)
About
+ tvb_memcpy(tvb, addr, offset, 6);
+ proto_item_append_text(descr, ": %s", ether_to_str(addr));
There is a tvb_ether_to_str function :)
Also about .h file why no rename packet-wifi-p2p.h to packet-wifi.h(
packet-wfa.h ? or packet-ieee80211.h ? ) and include declaration of p2p and
display function ?
You are receiving this mail because:
- You are watching all bug changes.