ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 35131: /trunk/epan/ /trunk/epan/: strutil.c

Date: Mon, 06 Dec 2010 18:30:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35131

User: sfisher
Date: 2010/12/06 10:30 AM

Log:
 Change format_text() and format_text_wsp() to use g_unichar_isprint() for
 UTF-8 support instead of isprint().  This allows the middle packet details
 pane to display UTF-8 strings instead of escaping them with \xxx notation.

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -2      strutil.c     Modified