david415 / HoneyBadger

Quantum Insert detector/recorder
GNU General Public License v3.0
305 stars 39 forks source link

TcpIpFlow's Equal receiver method doesn't always work #94

Closed david415 closed 8 years ago

david415 commented 8 years ago

A mismatched flow type will cause Equal to always return false; as is the case when a TcpIpFlow is constructed with IPv6 addresses and compared to a flow constructed with IPv4 addresses. We should do two things:

I believe this is unlikely to affect honeybadger detection since there would not be mismatched flow endpoint types.

david415 commented 8 years ago
david415 commented 8 years ago

closing for now