On 25/07/06, Subrahmanya Hegde <[EMAIL PROTECTED]> wrote: > What about the Integer instance values? I think we need to convert them to > network byte order right? or is it taken care by the library as well?
That's handled by the library too. Have a look at the existing MIB modules - they are chock full of integer values, and almost no mentions of 'hton*()' anywhere. (Not quite true, but there are *very* few places where this is needed - don't worry about it!) Dave ------------------------------------------------------------------------- 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-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
