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

Wireshark-bugs: [Wireshark-bugs] [Bug 2921] Copy (Printable Text Only) Strips Out Tabs

Date: Thu, 2 Oct 2008 22:55:15 -0700 (PDT)
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.