From: Francisco C. L. <fca...@si...> - 2008-11-06 13:45:24
|
try this: ------------------------------------------------------ 'CONVERT' transform: Convert a string in either hexidecimal or octal to its decimal equivalent. Takes two arguments, a target OID alias and a conversion type, which must be either 'hex' or 'oct'. For instance, to convert the hex string '07d6' to its decimal equivalent (2006, as it so happens), do this: intYear : CONVERT: {hexYear} hex ----------------------------------------------------------- Guðmundur Örn Ingvarsson wrote: > > .1.3.6.1.4.1.1588.2.1.1.1.7.2.1.13.1 = Hex-STRING: 20 00 00 05 1E 35 63 DF > > > > Can anyone explain to me why Devmon can‘t just print this out as string? > > > > ___________________________________________ > > *Guðmundur Örn Ingvarsson > **Landsbankinn** > *Unix Infrastructure Administrator > Core Systems IT - CS IT > > Sími / Tel.: (+354) 410 6730 > Farsími / Mobile: (+354) 820 5074 > Fax: (+354) 410 3032 > gud...@la... > <mailto:gud...@la...> > www.landsbanki.is <http://www.landsbanki.is/> > > > > > Fyrirvari/Disclaimer > http://www.landsbanki.is/disclaimer > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |