Ludo Brands wrote:
> I don't know what your project is about but if your main concern is to
> decode MIB's in a way similar to snmptranslate, 
My project is to create a daemon that can capture SNMP traps and then 
convert them into readable format.  It would be done using Delphi first 
and then ported to FPC to be cross platform.  That's why I am looking 
for an all pascal solution but it seems there isn't one - at least after 
3 days of Googling.
> I suggest you make a pascal
> wrapper for libsnmp.dll (I understood you are under windows) instead of
> re-inventing the wheel. When you look at the source for snmptranslate you
> will see that it doesn't do more than parsing the input and a handfull of
> calls to libsnmp. No need to make a wrapper for all library functions.
> Furthermore the functions used all use standard c types.
>   
I'll be checking out on libsnmp.dll .  :-)
>  
>
>   
>> -----Message d'origine-----
>> De : Joshua Lim [mailto:joshua__...@hotmail.com] 
>> Envoyé : jeudi 30 juin 2011 07:53
>> À : Ararat Synapse
>> Objet : Re: [Synalist] RE : RE : RE : RE : RE : How to 
>> decodeMIBName OIDto readablevalues?
>>
>>
>> Hi, I found this libary, ASN1Util.pas.
>>
>> http://synapse.ararat.cz/doc/help/asn1util.html
>>
>> Any thoughts on whether it can be used to decode OID?
>>
>> Rgds,
>> Joshua
>> |**|
>>
>> --------------------------------------------------------------
>> ----------------
>> All of the data generated in your IT infrastructure is 
>> seriously valuable. Why? It contains a definitive record of 
>> application performance, security 
>> threats, fraudulent activity, and more. Splunk takes this 
>> data and makes 
>> sense of it. IT sense. And common sense. 
>> http://p.sf.net/sfu/splunk-d2d-c2 
>> _______________________________________________
>> synalist-public mailing list synalist-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/synalist-public
>>
>>     
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> synalist-public mailing list
> synalist-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/synalist-public
>
>
>   


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to