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 2533] New: EBCDIC display for TN3270 packet

Date: Sun, 11 May 2008 02:14:23 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2533

           Summary: EBCDIC display for TN3270 packet
           Product: Wireshark
           Version: 1.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: garyp@xxxxxxxxxxxx


Created an attachment (id=1784)
 --> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1784)
Capture of a small part of TN3270 session.

Build Information:
Version 1.0.0

Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
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 with GTK+ 2.12.8, with GLib 2.14.6, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.5,
with ADNS, with Lua 5.1, with GnuTLS 1.6.1, with Gcrypt 1.2.3, with MIT
Kerberos, with PortAudio V19-devel, with AirPcap.

Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.

Built using Microsoft Visual C++ 6.0 build 8804
--
I am using the TN3270 protocol which is recognized by the decoders as Telnet,
which is fine.  I would like if the bottom pane that displays the packet in hex
and ASCII could also display the packet in EBCDIC.  In other words, it would be
nice if I had a column (actually two columns) to the right of the existing
rightmost column that would contain the EBCDIC version of the packet.  Please
see packet 53 in the attached file.

It currently shows as:

...
00d0  40 40 40 40 40 e5 40 c5  c5 c5 c5 c5 c5 c5 40 d3   @@@@@.@. ......@.
...

I would like to see:

...
00d0  40 40 40 40 40 e5 40 c5  c5 c5 c5 c5 c5 c5 40 d3   @@@@@.@. ......@.     
  V E EEEEEE L
...

(this split over two lines but you get the idea i hope).

Thanks for a great product!

Gary


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