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
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.
The text was updated successfully, but these errors were encountered:
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. Afn is_valid_checksum(&self) -> bool
or similar.The text was updated successfully, but these errors were encountered: