Wireshark-commits: [Wireshark-commits] rev 54868: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h

Date: Tue, 21 Jan 2014 01:23:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54868

User: guy
Date: 2014/01/21 01:23 AM

Log:
 Don't do the byte-with-8th-bit-set-to-REPLACEMENT-CHARACTER mapping for
 UTF-8 strings.
 
 Add that mapping for null-terminated ASCII strings.
 
 Factor out some common parts of comments about string routines, and
 clean up some other comments.

Directory: /trunk/epan/
  Changes    Path          Action
  +126 -96   tvbuff.c      Modified
  +11 -6     tvbuff.h      Modified