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

Date: Thu, 10 Oct 2013 15:53:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52494

User: cturney
Date: 2013/10/10 03:53 PM

Log:
 "Expert Info (Error/Malformed) trying to fetch an unsigned integer with length 0" errors when an attempt is made to display the File Attributes within the FID subtree of SMB requests and responses.  In addition, not all the options and masks were marked with PROTO_ITEM_SET_GENERATED(item) when appropriate to do so;
 
 Fix1: The proto_tree_add_item() was changed to proto_tree_add_uint.
 Fix2: "If (len==0) PROTO_ITEM_SET_GENERATED(item);" was added to dissect_nt_create_options_bits(), dissect_nt_share_access_bits(), dissect_smb_access_mask_bits(), dissect_nt_create_bits(), and dissect_file_ext_attr_bits().

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +11 -4     packet-smb.c    Modified