https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2921
--- Comment #3 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2008-10-02 22:55:14 PDT ---
Technically that would be 'isprint(c) || isblank(c)', although this is C99. C89
is missing isblank().
Your proposal includes (C and POSIX locale) space, form-feed ('\f'), newline
('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v').
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.