Bugzilla – Bug 751
FCS for Ethernet
Last modified: 2009-12-02 19:29:14 UTC
This patch adds the creation and checking of Ethernet FCS to the EthernetTrailer class. The "meat" is taken from the crc32 calculation routine in the Linux kernel. Also, the flag whether to calculate a checksum was changed from static to non-static, which is in line with how that flag is handled in higher layer protocols, e.g., IP and UDP.
Created attachment 677 [details] patch to add FCS
Pushed changeset 3fda006341e6