JulianSchmid/etherparse

[Feature request] Checksum validation

smmalis37 opened this issue · 0 comments

In the case of reading packets from outside sources (SlicedPacket, etc) it would be useful to have an easy way to validate that the checksums on various headers are correct. A fn is_valid_checksum(&self) -> bool or similar.