Wireshark-bugs: [Wireshark-bugs] [Bug 13032] Add missing support for T.61 alphabet

Date: Thu, 20 Oct 2016 21:50:44 +0000

changed bug 13032


What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Summary X.400 email subject showing \357\277\275 for valid T.61 characters in Packet Details pane Add missing support for T.61 alphabet
Ever confirmed   1

Comment # 1 on bug 13032 from
As seen in packet-ber.c source code:

case BER_UNI_TAG_TeletexString:
    /*
     * XXX - the G0 part of this starts out as T.61, not ASCII.
     *
     * XXX - treat as ASCII for now.
     */
    encoding = ENC_ASCII|ENC_NA;

So we need to add T.61 alphabet to be able to properly decode the string.


You are receiving this mail because:
  • You are watching all bug changes.