Wireshark-commits: [Wireshark-commits] rev 39360: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 11 Oct 2011 15:11:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39360

User: wmeier
Date: 2011/10/11 08:11 AM

Log:
 Fix a bug wherein proto_tree_add_uint() was intended instead of proto_tree_add_item();
 This bug would have caused display of a FT_UINT32 field with the wrong endianness.
 (Replaces change made in SVN #39350).

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +1 -1      packet-bittorrent.c    Modified