-
Notifications
You must be signed in to change notification settings - Fork 3
Retrieve and recompute FCS values #6
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
Conversation
Co-authored-by: Christian Rorvik <christian.rorvik@gmail.com>
Co-authored-by: Christian Rorvik <christian.rorvik@gmail.com>
ancapdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we put the utility to scan a full pcap for FCS presence in here before, but I'm starting to think it doesn't belong. This is really an ethernet level property, and would be better added to https://github.com/ancapdev/NetworkProtocols.jl/blob/master/src/ethernet.jl
Co-authored-by: Sergey Fokin <green.nsk@gmail.com>
|
Looks good, shall I merge? |
|
Yep, I think it's good |
Allows checking for corrupt FCS values.
Not ideal since there's no way to be sure if an FCS actually already exists or not.