Ethereal-dev: [Ethereal-dev] Re: [Bug 400] Add dissection of OID 1.0.9506.1.1

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Steven J Schaeffer <Steven.Schaeffer@xxxxxxx>
Date: Thu, 15 Sep 2005 12:57:01 -0600

There remain 3 issues that I know of:

1) The MMS dissector is not properly handling the lower-level. As of late yesterday I'm seeing the structure repeated in place of the enclosed data values:

MMS
    unconfirmed-PDU
        unconfirmedService: informationReport (0)
            informationReport
                variableAccessSpecification: variableListName (1)
                    variableListName: domain-specific (1)
                        domain-specific
                            domainId: BELLEVUE
                            itemId: ANALOG_ICCP_IN
                listOfAccessResult: 8 items
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1
                    Item: success (1)
                        success: structure (2)
                            structure: 3 items
                                Item: unsigned (6)
                                    unsigned: 1
                                Item: visible-string (10)
                                    visible-string: BELLEVUE
                                Item: visible-string (10)
                                    visible-string: EMSICCP_TS1


2) Very likely related is that the highlighting of fields in the Packet Details frame and in the Packet Bytes frame do not correspond.

3) When packets containing MMS are either printed or exported with the Packet Format option "Packet details: As displayed" and the MMS, and sublevels, are expanded, only the MMS line is output. If the Packet Format option "Packet details: All expanded" is used instead then the levels below MMS appear in the output, as expected.