>>>>> "skk" == shwth k kk <shwth_k> writes: skk> Does SNMP daemon take care of converting data from hostbyte order to skk> network byte order and viceversa ?
Yes. You return data from your access functions in a datatype that is compatible with what is expected and the library takes care of converting it to the over-the-wire format (which includes making it network byte order in the case of integers). -- Wes Hardaker Sparta, Inc. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
