You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'ipfix' panicked at 'range end index 297 out of range for slice of length 88', /usr/local/cargo/git/checkouts/rs-ipfix-42c2f7fc459fd94f/0714f22/src/lib.rs:130:38
Is it anything obvious?
The text was updated successfully, but these errors were encountered:
My first guess would be that the data it's being sent is somehow corrupted or doesn't match the IPFIX format. Do you happen to have a pcap of traffic that triggers this?
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, February 4th, 2021 at 6:40 AM, Laco Skokan ***@***.***> wrote:
I see this in log when using the lib
thread 'ipfix' panicked at 'range end index 297 out of range for slice of length 88', /usr/local/cargo/git/checkouts/rs-ipfix-42c2f7fc459fd94f/0714f22/src/lib.rs:130:38
Is it anything obvious?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [view it on GitHub](#2), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ABJPVJRU3KK6VNRC2RZXXDTS5KWV7ANCNFSM4XC6FYEA).
yes, it was. I was passing in Netflow v9 starting with "0009" or even some other data. It would be wise to check netflow/ipfix version in header and also not to panic if length is invalid in "lib.rs:130"
Thanks for the lib anyway
I see this in log when using the lib
thread 'ipfix' panicked at 'range end index 297 out of range for slice of length 88', /usr/local/cargo/git/checkouts/rs-ipfix-42c2f7fc459fd94f/0714f22/src/lib.rs:130:38
Is it anything obvious?
The text was updated successfully, but these errors were encountered: