Fix encoding arg for call to tvb_get_unicode_string().

svn path=/trunk/; revision=39565
This commit is contained in:
Bill Meier 2011-10-25 15:53:29 +00:00
parent c66c5230a2
commit ef7f568963
1 changed files with 1 additions and 1 deletions

View File

@ -5873,7 +5873,7 @@ cb_notify_str_postprocess(packet_info *pinfo _U_,
len = tvb_get_letohl(tvb, start_offset);
s = tvb_get_unicode_string(
tvb, start_offset + 4, (end_offset - start_offset - 4), TRUE);
tvb, start_offset + 4, (end_offset - start_offset - 4), ENC_LITTLE_ENDIAN);
/* Append string to upper-level proto_items */