https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7038
--- Comment #9 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-04-23 01:49:41 PDT ---
I look good !
Only 2 items :
The fix-encodings script found 2 errors :
./tools/fix-encoding-args.pl epan/dissectors/packet-moldudp*
epan/dissectors/packet-moldudp64.c: FT_BYTES:
proto_tree_add_item(blk_tree, hf_moldudp64_msgdata, tvb, offset,
real_msglen, [[ENC_BIG_ENDIAN]-->[ENC_NA]]);
epan/dissectors/packet-moldudp.c: FT_BYTES:
proto_tree_add_item(blk_tree, hf_moldudp_msgdata, tvb, offset,
real_msglen, [[ENC_LITTLE_ENDIAN]-->[ENC_NA]]);
Also about sequence number in Message Block, it is a generated number ?
It is possible to use the macro PROTO_ITEM_SET_GENERATED ?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.