Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

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

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
Date: Thu, 2 Oct 2008 02:35:31 -0700 (PDT)

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2921





--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2008-10-02 02:35:28 PDT ---
Anything with a byte code between 0x20 and 0x7E is considered printable. Tab is
a control character to request the presenting terminal to insert a certain
amount of whitespace. Like all other control characters, it's not printable by
itself, it's directing the presentation of printable characters.

That said control character NL (byte code 0x0a) is already handled separately
(see proto_draw.c:copy_hex_bytes_text_only()), so this one could be too. Only
remaining question to answer is: what should the Tab size be? Let the religious
wars begin.

PS: This is just the reason I don't like tabs, so I'm voting against it, but
that's just me.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  • Prev by Date: [Wireshark-bugs] [Bug 2924] Bluetooth HCI memory corruption
  • Next by Date: [Wireshark-bugs] [Bug 2924] Bluetooth HCI memory corruption
  • Previous by thread: [Wireshark-bugs] [Bug 2869] B.A.T.M.A.N. dissector doesn' t dissect gateway clients correct and has problems with truncated packets
  • Next by thread: [Wireshark-bugs] [Bug 2921] Copy (Printable Text Only) Strips Out Tabs
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation