scapy icon indicating copy to clipboard operation
scapy copied to clipboard

Added support for computing invariant CRC over IPv6

Open salehma opened this issue 3 years ago • 2 comments

I wanted to use the compute_icrc function as a part of a task in my job. I have added the the IPv6 implementation after it was marked under TODO. I have read the manual on how to implement it and tested.

salehma avatar Mar 28 '22 15:03 salehma

Thanks for your interest in Scapy and this PR. Could you add a unit test to the file roce.uts? It helps reviewing your changes and test them.

guedou avatar Mar 28 '22 18:03 guedou

flake8 is reporting linting errors. Can you fix them?

guedou avatar Oct 08 '22 10:10 guedou