wasted / netflow

Scala/Netty Netflow Collector used at wasted.io
http://netflow.io
Other
84 stars 31 forks source link

V9 records always lack duration #18

Closed codingismy11to7 closed 6 years ago

codingismy11to7 commented 6 years ago

https://github.com/wasted/netflow/blob/1eb10a12b774753ef0149a411ee154cf53fe89a1/src/main/scala/io/netflow/flows/cflow/NetFlowV9.scala#L169 https://github.com/wasted/netflow/blob/1eb10a12b774753ef0149a411ee154cf53fe89a1/src/main/scala/io/netflow/flows/cflow/NetFlowV9.scala#L171

looks like these two lines need to be changed from filter to filterNot

fbettag commented 6 years ago

That looks about right. Would you mind opening a pull request referencing this issue?

codingismy11to7 commented 6 years ago

19