| I have added some OID/ASN1 identifiers to a private dissector, like 2.16 = country 2.16.840 = us 2.16.840.1 = org When I decode a packet with the OID string, only the final definition is displayed, then followed by the rest of the OID string un-decoded. Ex: oid: 2.16.840.1.114187.1.6.2 (org.114187.1.6.2) What I would like to see is the left information displayed like: oid: 2.16.840.1.114187.1.6.2 (joint-iso-itu-t.country.us.org.114187.1.6.2) Is there a configuration option that would permit this? If not, any suggestions? I know that such an option exists for SNMP walks, etc. Thanks for your help. Alex Lindberg |