-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log_unix.go:113: decodePktEth exception - runtime error: index out of range #49
Comments
Thanks for posting the stacktrace. There seems to be some weird IP header length value causing this (smaller than 20). In any case, we'll fix the stacktrace. |
Thanks @packetbeat , let me know if there is anything I can do to help you. |
Sorry for following back so late. The only way we could imagine that stacktrace could have been caused is with an IP header length smaller than 20 bytes, but that's invalid according to RFC 791. We're now ignoring packets like this. We'll make a maintenance release to contain this in a week or two. If you suspect the problem could be something else, it might be useful if you could do a small pcap trace and send it to us. See http://packetbeat.com/docs/troubleshooting.html#recording-a-trace for details. |
Exit after printing the version.
This is invalid according to RFC 791. Fixes elastic#49.
This should solve elastic#49.
Exit after printing the version.
Apply changes that were merged to beats repo [here](https://github.com/elastic/beats/pull/30869/files#r828327477)
No idea where it's getting 'home/vagrant' from as we don't use vagrant.
Config:
The text was updated successfully, but these errors were encountered: