Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5298] Add option for displaying Packet Bytes pane in EBCDI

Date: Fri, 22 Oct 2010 19:18:09 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5298

--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2010-10-22 19:18:08 PDT ---
So, *if* you have your own dissectors for those protocols ("UDP datagrams
containing EBCDIC data" are probably packets for some particular protocol),
then the developer of the dissector could have it do

    pinfo->fd->flags.encoding = PACKET_CHAR_ENC_CHAR_EBCDIC;

early in the dissector, which will cause the hex dump pane to assume (whatever
flavor we use of) EBCDIC rather than ASCII as the character set for any packet
that contains data for the protocols in question.

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