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
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