EthernetChecksumFixup
The EthernetChecksumFixup will produce a checksum using the ethetnet algorithm.
Parameters
-
ref — Reference to element
Examples
<Block name="Header">
<!-- .... -->
<Number size="32">
<Fixup class="EthernetChecksumFixup">
<Param name="ref" value="Data" />
</Fixup>
</Number>
</Block>
<Blob name="Data" />


