Hi Bill,

I found below line is priting the wroung value.
> DEBUGMSG(("dumpv_recv", "  UInteger:\t%ld (0x%.2lX)\n", value, value));

Changing %ld to %lu in above line worked for me.

I am also considering SNMPV3 adapter code which might be doing the wrong
conversion.

Thank you..!!

Ashwini

On 2 February 2015 at 20:42, Bill Fenner <fen...@gmail.com> wrote:

> On Sun, Feb 1, 2015 at 5:40 AM, Ashwini Pagade <ashwinipag...@gmail.com>
> wrote:
>
>> Hi Bill,
>>
>> Thank you for your response.
>>
>> I think it is not just the dump/log error and incorrect value is
>> propagated further down the line. I have an snmpV3 adapter which receives
>> the value. This adapter too gets the incorrect value.
>>
>
> Did you consider the possibility that a similar bug exists in the "snmpV3
> adapter"?
>
>   Bill
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to