2009/5/5 Tewen Hsieh <[email protected]>: > How can I know a net-snmp api belongs to which library? > ex:I want to know "snmp_set_var_objid" belongs to which library > (libnetsnmp.so, libnetsnmpagent.so,...)? > > Is there any document or method to know it?
The most reliable method is as Raja suggests - look at the libraries themselves. Alternatively, you could try searching the source code. If a routine appears in one of the files under 'snmplib/' then it'll be in libnetsnmp. If it appears in one of the files (directly) under 'agent/' then it'll be in libnetsnmpagent If it appears in one of the files under 'agent/helpers' then it'll be in libnetsnmphelpers If it appears in one of the files somewhere under 'agent/mibgroup' then it'll (probably) be in libnetsnmpmibs Dave ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
