Wireshark-commits: [Wireshark-commits] rev 22134: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 18 Jun 2007 20:14:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22134

User: sfisher
Date: 2007/06/18 08:14 PM

Log:
 Fix Windows build-bot warnings:
 
 packet-smb.c(5479) : error C2220: warning treated as error - no object file generated
 packet-smb.c(5479) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data
 packet-smb.c(5480) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -2      packet-smb.h    Modified