On Fri, 28 May 2004 10:03:36 +0200, Rene Buechler wrote 
in <[EMAIL PROTECTED]>:
> 
> I was able to find inside the mrtg module the array 
> (@ ret and @final) where the octet string is stored. 
> I've found that when inside the octet string is a hex value of 
> 0x0a or 0x0d, this byte is allready lost.

Does it work if you commented out line 1934 of mrtg script?

  map{ $_ =~ s/\n|\r//g if defined $_ } @res;

It surely removes CR/LF before calling Conversion code.


-- 
Takumi Yamane <[EMAIL PROTECTED]>

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to