[flow-tools] bug reports
Craig A. Finseth
fin@finseth.com
Fri, 31 Jan 2003 08:35:30 -0600 (CST)
These are to version 0.62.
In src/flow-merge.c:
Added:
case 1005:
at line 89. Flow-merge was not recognizing this type of file.
In src/flow-split.c:
Added:
stag = SPLIT_TAG_UNSET;
at line 69. This variable was never initialized before use. Also, at about
line 269, I added:
close(ftch_recsplitp->fd);
In theory, the file was already closed. However, the program kept breaking
with a "too many open files" message. This fix should be considered
temporary until the real bug is found.
Also, I had to create an empty tags file and put it in:
/usr/local/netflow/var/sym/tags
to keep the programs from aborting. It would be nice if they didn't
require this file, given that it isn't needed for anything.
Craig