
Next problem:
The description of 'smiGetNode()' states
" The smiGetNode() function retrieves a struct SmiNode that represents a node of any kind. Node may be either a fully qualified descriptor, a simple node name, or a numerical OID. Nodes are also found, if node contains an instance identifier suffix. "
If I retrieve a node using a description that includes such a suffix, is there any way to determine what that suffix is?
Bearing in mind that it may not necessarily be a single subidentifier, and that some of the numbers in the string might actually be included within the node's OID.
I'm looking for an approach that can take a string such as "TCP-MIB::tcpConnTable.1.1.0.0.0.0.21.0.0.0.0.0" and return either "0.0.0.0.21.0.0.0.0.0" (or a parsed equivalent {0,0,0,0,21,0,0,0,0,0}) - without needing to duplicate much of the internal processing of the SMI library.
Any ideas?
Dave
-- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.