Let's assume that I have some packets with 16-bit checksum at end. I want to guess which checksum algorithm is used.

For a start, from dump data I can see that one byte change in packet payload totally change checksum, so I can assume that it isn't some kind of simple XOR or sum.

Then I [tried several variations of CRC16][1], but without much luck.

This question might be more biased towards cryptography, but I'm really interested in easy to understand statistical tools to find out which CRC this might be. I might even turn to [drawing different CRC algorithms][2] if everything else fails :-)


  [1]: http://svn.rot13.org/index.cgi/RFID/view/guess-crc.pl
  [2]: http://lcamtuf.coredump.cx/newtcp/