[flow-tools] bug in flow-report
Michael Redinger
Michael.Redinger@uibk.ac.at
Thu, 19 Dec 2002 12:04:59 +0100 (CET)
Hello,
there seems to be a bug in flow-reports variable handling:
I pass a variable to flow-report which gives the filename I want to use
for the report:
flow-report -s reports -Sall -v FD=20021219111501 < $1
This is used in the report config file:
path /var/.../@FD
However, this generate bad filenames (containing non-printable
characters), eg:
20021219111501c5¹?
20021219111501BÀq?BA?
20021219111501!?
I checked the reports file - there are no trailing white space or other
characters in there.
Also, this strangely only seems to happen for some reports:
source-tag
destination-tag
source/destination-tag
ip-destination-address
ip-source/destination-address
ip-destination-address/ip-destination-port
ip-source-address/ip-source-port
I also use five others, they're fine:
ip-port
ip-destination-port
ip-source-port
ip-address
ip-source-address
Ideas?
Michael