dissect_ndr_uint16()'s last argument points to a guint16, not a guint.

svn path=/trunk/; revision=19316
This commit is contained in:
Guy Harris 2006-09-24 20:31:02 +00:00
parent 240f452c38
commit 239ba17a50
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ eventlog_dissect_element_Record_computer_name(tvbuff_t *tvb, int offset, packet_
offset+=len*2;
return offset;
}
static guint num_of_strings;
static guint16 num_of_strings;
static int
eventlog_dissect_element_Record_num_of_strings(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)
{

View File

@ -141,7 +141,7 @@ eventlog_dissect_element_Record_computer_name(tvbuff_t *tvb, int offset, packet_
return offset;
}
static guint num_of_strings;
static guint16 num_of_strings;
static int
eventlog_dissect_element_Record_num_of_strings(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)