Closed PherricOxide closed 11 years ago
I believe this was a side effect of using the 'default' profile with a TCP reset action set. Honeyd was attempting to reply to broadcast packets and couldn't figure out what interface to use when trying to send something to 255.255.255.255. Hasn't been seen again since we changed the usage of the default profile.
We need to find the underlying cause of the interface variable being null. Checking for NULL everywhere is just going to cover it up. This is probably the same underlying issue as #33.