Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

calculate crc

Status
Not open for further replies.

mactonio

Programmer
Nov 18, 2003
55
US
Does anyone have a simple efficient way to calculate the CRC(32 bits) of an ethernet packet. I just dont want to re-invent the wheel.

thanks,
mactonio
 
Do a web search for CRC32 or CRC16. It basically uses a lookup table for looking up the byte values. The lookup table depends on your polynomial.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top