All, I have been looking at the code generated by mib2c for the iterate-access code style and mfd code style. I have chosen the iterate-access style because of the smaller footprint but I would like to have a pre_handler and post_handler similar to what is defined in the MFD style.
I assume the baby steps methods and iterator style methods do not mix at all since the base data structures are completely different. So my question becomes... How do I hook into the SNMP processing such that I have a point of control before any sets/gets take place but after the varbinds and PDU have been parsed. Then how do I gain control when the SNMP response PDU is on the way out of the system. Short of that, using the iterate-access methods, how can I create a pre/post handler for each table access (not just each row access). I am hoping to use these methods to pre-get/set fetch of a table and do post set IO processing. Thanks in advance, Adam The information contained in this electronic mail transmission may be privileged and confidential, and therefore, protected from disclosure. If you have received this communication in error, please notify us immediately by replying to this message and deleting it from your computer without copying or disclosing it. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
