Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] SNMP/MIBs TO DO

From: "Kukosa, Tomas" <tomas.kukosa@xxxxxxxxxxx>
Date: Mon, 27 Aug 2007 08:23:24 +0200
> - There are others that attempt to be registered with "funky" oid
> strings "dop.agreement.2.5.19.1" or "x411.extension-attribute.27"
> which are not resolvable (I tried to fix these but they come from deep
> into asn2wrs and I could not figure out how to get it fixed).

Hi,

it comes from 
--- asn1\dop\dop.cnf ---
#.REGISTER
...
HierarchicalAgreement			B "dop.agreement.2.5.19.2"
"hierarchical-agreement"
...

it generates
--- packet-dop.c ---
  register_ber_oid_dissector("dop.agreement.2.5.19.2",
dissect_HierarchicalAgreement_PDU, proto_dop, "hierarchical-agreement");


if you change it in .cnf file then it will be changed in packet-dop.c

Regards,
  Tomas