URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1474ca9e12f66202590220549c40f41804383bfe
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
1474ca9 by Guy Harris (guy@xxxxxxxxxxxx):
No need to check for a UTF-16 string's length being a multiple of 2.
utf_16_to_utf_8() just ignores the extra octet.
Change-Id: I7bf003b674e5d9b0fb0265b0e8c6c142107084e3
Reviewed-on: https://code.wireshark.org/review/28277
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 92412335d195129b1df593030eeaae38f43ad6d7)
Reviewed-on: https://code.wireshark.org/review/28278
Actions performed:
from c5fad50 Fix indentation.
adds 1474ca9 No need to check for a UTF-16 string's length being a multiple of 2.
Summary of changes:
wiretap/netmon.c | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)