Comment # 8
on bug 9229
from Evan Huus
(In reply to comment #5)
> I saw that the new function has been committed with r52393
>
> We can have sometime, in the flow with z/OS some part of the strucuture that
> are in EBCDIC (It's often the MQMID, that contain a part in EBCDIC and a
> part as bytes), although the whole packet is considered as ASCII. So I think
> it's a goodf thing to dipslay this part of the structure in EBCDIC and in
> ASCII, and replace non-printable char as dot, because we don't need the
> value of the BYTE part.
If part is EBCDIC and part is bytes, should they not be separate fields in
Wireshark, one FT_STRING and one FT_BYTES? Then there would not be enough
non-printing characters to need this patch?
You are receiving this mail because:
- You are watching all bug changes.