CRC calculation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mike7411@gmail.com

    #1

    CRC calculation

    Does anyone know where I can get python code to perform a CRC
    calculation on an IP packet?

  • Stormcoder

    #2
    Re: CRC calculation

    Check out http://docs.python.org/lib/module-zlib.html comes with a CRC
    function.

    Comment

    • Raymond L. Buvel

      #3
      Re: CRC calculation

      mike7411@gmail. com wrote:[color=blue]
      > Does anyone know where I can get python code to perform a CRC
      > calculation on an IP packet?
      >[/color]
      Check out http://crcmod.sourceforge.net/

      Comment

      Working...