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

Date: Tue, 22 Sep 2009 05:49:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30061

User: jake
Date: 2009/09/21 10:49 PM

Log:
 From Julian Fielding:
 Function dissect_epath() expects path_length in bytes, but the value from the 
 packet is in words, so there's lots of *2 and /2 in those parts of the code.
 In this invocation dissect_epath( tvbIOI, pi, 0, preq_info->IOILen, TRUE );
 preq_info->IOILen is in words.
 
 In six places proto_tree_add_item is used with tvb NULL and size 0 to add an
 FT_UINT8/16/32 item. I think it should be replaced with proto_tree_add_uint().

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +7 -7      packet-cip.c    Modified