View Single Post
  #2  
Old 07-28-2004, 06:26 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

While I might not have any idea what I'm talking about, I'll throw out a possibility:

The bytes as you look at them might be in network byte order or host byte order. Using htons() or ntohs() functions, try to look at them the other way around. Maybe the CRC will calculate differently.
Reply With Quote