From Michael Speck: Fix so compiles with VC6

svn path=/trunk/; revision=27620
This commit is contained in:
Bill Meier 2009-03-06 15:41:02 +00:00
parent 4272291577
commit 6485cd2d62
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ dissect_key (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
static void
dissect_value (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
gint offset, guint8 value_len, guint8 opcode, gboolean request)
gint offset, guint32 value_len, guint8 opcode, gboolean request)
{
proto_item *ti = NULL;
gboolean illegal = FALSE; /* Set when value shall not be present */