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

            Bug ID: 14260
           Summary: .csv export exports "\t" rather then translating \t to
                    ascii vertical tab
           Product: Wireshark
           Version: 2.4.2
          Hardware: x86-64
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: Low
         Component: GTK+ UI
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: haijo.wieren...@googlemail.com
  Target Milestone: ---

Build Information:
Version 2.4.2 (v2.4.2-0-gb6c63ae086)

Copyright 1998-2017 Gerald Combs <ger...@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 5.6.3, with WinPcap (4_1_3), with GLib 2.42.0, with
zlib 1.2.8, with SMI 0.4.8, with c-ares 1.12.0, with Lua 5.2.4, with GnuTLS
3.4.11, with Gcrypt 1.7.6, with MIT Kerberos, with GeoIP, with nghttp2 1.14.0,
with LZ4, with Snappy, with libxml2 2.9.4, with QtMultimedia, with AirPcap,
with
SBC, with SpanDSP.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with        Intel(R)
Core(TM) i7-3520M CPU @ 2.90GHz (with SSE4.2), with 8123 MB of physical memory,
with locale English_United Kingdom.1252, with WinPcap version 4.1.3 (packet.dll
version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b (20091008),
with GnuTLS 3.4.11, with Gcrypt 1.7.6, without AirPcap.

Built using Microsoft Visual C++ 14.0 build 24215

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
When exporting a wireshark capture as an .csv file I notes that
the information colum string did not contain the ASCII translate horizonal tab
character instead it wrote '\t'

Note that the: GUI the data in info colum looks good and is tab aligned but
when exported it shows a '\t'.


The \t was used to format a string in wireshark LUA:

pinfo.cols.info  = format( " OM %-18s\t0x%08x\tLIST 0x%08x ", om_msg_id_string,
msg_time, open_req_time )

This is resulting .CSV:
"9","2017-11-03
12:48:43.722628","114","Private_c0:14:62","AlliedTe_dc:66:8c","Comex-DT","","0.005833","","","","
OM SCAN_UPDATE_XDATA \t0x00000000\tLIST 0xbb3d0b7b\t       11/03/17
12:48:42.9510"

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to