Re: Bug in debugging code debugmsg_hex snmp_debug.c

2012-07-11 Thread Wes Hardaker
David Ecker writes: > Void debugmsg_hex(const char *token, const u_char * thedata, size_t len) ... > Caling debugmsg with an character string longer than LOGLENGTH==1024 > will result in the above error message. The error message is printed > in "int snmp_vlog(int priority, const char *format, va

Bug in debugging code debugmsg_hex snmp_debug.c

2012-06-26 Thread David Ecker
Hi, problem: "dumpx_send:Could not format log-string" appears in the log file while debugging all tokens. Cause: An encrypted snmp packet which is rather large. - Snmp_debug.c - Void debugmsg_hex(const char *token, const u_char * th