Re: Trouble in converting PhysAdress to OctetString

2013-10-04 Thread Rafael Ratacheski
It works very well. thank you 2013/10/4 Magnus Fromreide > On Fri, 2013-10-04 at 18:13 +, Rafael Ratacheski wrote: > > > > Your solution resolve my problem partially, I have success to print > > the value but my real objective is save the value in a buffer, and > > when i try do this, with

Re: Trouble in converting PhysAdress to OctetString

2013-10-04 Thread Magnus Fromreide
On Fri, 2013-10-04 at 18:13 +, Rafael Ratacheski wrote: > > Your solution resolve my problem partially, I have success to print > the value but my real objective is save the value in a buffer, and > when i try do this, with your method, i don't have success. The printf > line is just to verify

Re: Trouble in converting PhysAdress to OctetString

2013-10-04 Thread Rafael Ratacheski
Your solution resolve my problem partially, I have success to print the value but my real objective is save the value in a buffer, and when i try do this, with your method, i don't have success. The printf line is just to verify the saved value. About the memory allocated, i think this resolve siz

Re: Fwd: C++ Trouble

2013-10-04 Thread Magnus Fromreide
On Fri, 2013-10-04 at 09:31 -0400, Frozen Puck wrote: > I took Magnus' advice and saved the intermediate C files, comparing > the one generated for the C version vs the one for C++. As it turns > out, for whatever reason, the C++ version was missing the call to > init_() > > > SO I added the call

Re: Fwd: C++ Trouble

2013-10-04 Thread Frozen Puck
I took Magnus' advice and saved the intermediate C files, comparing the one generated for the C version vs the one for C++. As it turns out, for whatever reason, the C++ version was missing the call to init_() SO I added the call where it should be and produced .o's for the intermediate and cpp, t

Re: not able to receive SNMPv3 traps for SHA, and priv users

2013-10-04 Thread sarath azad
Hello, I have got the solution to this problem. The problem was that for configuring SNMPv3 traps, i was adding below in the snmpd.conf file:   trapsess -u -l It was working well for MD5, but for SHA auth and priv (both DES & AES) it was sending a trap , but it was getting error which receiv