tabetroukia / flow-tools

Automatically exported from code.google.com/p/flow-tools
Other
0 stars 0 forks source link

flow-fanout filtering broken #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use one instance of flow-fanout with a filter and one without a filter
2. Have each instance send data to a different instance of flow-capture.
For simplicity, flow-capture A gets the unfiltered data and flow-capture B
gets the filtered data.
2. View the filtered and unfiltered data captures with flow-cat

What is the expected output? What do you see instead?
I would expect to see the flows that match the filter in the data collected
by B, but they aren't.  If I run flow-cat | flow-nfilter | flow-report on
the unfiltered data collected by A, using flow-nfilter with the same filter
as one of the instances of flow-fanout, I see the filtered data reported. 
If I look at the data captured by flow-capture B, I see no data collected.

What version of the product are you using? On what operating system?
RHEL5, flow-tools 0.68.4.2

Please provide any additional information below.
This appears to have been a problem before with flow-tools 0.67:
http://mailman.splintered.net/pipermail/flow-tools/2004-January/001853.html

Maybe the fix was overwritten?

Original issue reported on code.google.com by stevekat...@gmail.com on 15 Sep 2009 at 8:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Update: Tested the same filter with flow-capture and flow-capture works as 
expected
with the filter.

Original comment by stevekat...@gmail.com on 17 Sep 2009 at 5:46