Wireshark-bugs: [Wireshark-bugs] [Bug 9367] Enhancement of the packet-mq dissector (WMQ 7.1-7.5)

Date: Sat, 09 Nov 2013 03:04:23 +0000

Comment # 15 on bug 9367 from
On a separate note: It seems to me that mq_tree will always be NULL in the
following code at about line 3755 in packet-mq.c

    else
    {
        dissect_mq_pdu(tvb, pinfo, mq_tree);
        if (bSeg1st)
        {
            /* MQ segment is the first of a unreassembled series */
            col_append_str(pinfo->cinfo, COL_INFO, " [Unreassembled MQ]");
        }
        return;
    }


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