Wireshark-bugs: [Wireshark-bugs] [Bug 8673] [PATCH] - GigE Vision GVSP dissector
Date: Fri, 17 May 2013 19:28:44 +0000

Comment # 5 on bug 8673 from
One more thing I forgot in comment #3:
- for unused parameters, please use _U_ modifier instead of the (void)pinfo;
trick. For example:
gint DissectImageLeader(proto_tree *gvsp_tree, tvbuff_t *tvb, packet_info
*pinfo _U_, gint startoffset)


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