Hi Eliot, 2016-12-24 12:52 GMT+01:00 Eliot Lear <[email protected]>:
> Sorry to whine about this, but I'm struggling with the documentation a > bit. I'm trying to understand what is necessary to cause wireshark to > interpret a new OID in a certificate (a certificate extension- it's just > an IA5String). Simply including the MIB doesn't appear to be enough > (it's a very simple MIB). Listing the oid in the conformance file under > "#.REGISTER" doesn't do the trick either. I'm noting that if I create > my own extension, none of the intermediate include files are getting > filled out. I'm CLEARLY doing something entirely wrong, but have no > idea what. I'm hoping not to have to parse python to figure this out. > Not easy to answer you, especially as I'm not familiar with BER encoding (I guess this is the one you are using) and you did not provide much information, but did you try registering your OID in your template file using one of the register_ber_oid_XXX functions found in packet-ber.h, and then calling it by modifying the conformance file so as to call call_ber_oid_callback? You can find several examples in the epan/dissectors/asn1 folder. If this is not what is required, please consider sharing more information on your dissector. Best regards, Pascal.
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
