remove MSVC compiler warning (required a type cast)

svn path=/trunk/; revision=11741
This commit is contained in:
Ulf Lamping 2004-08-15 11:25:35 +00:00
parent a626d0c168
commit 60eb7df5b5

View file

@ -835,7 +835,7 @@ dissect_dhcpfo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
case DHCP_FO_PD_MESSAGE_DIGEST:
message_digest_type = tvb_get_ntohs(tvb,helpliste->actualpoffset+4);
message_digest_type = (guint8) tvb_get_ntohs(tvb,helpliste->actualpoffset+4);
if(message_digest_type == 1)
{
proto_item_append_text(oi, ", HMAC-MD5");