Package sulley :: Package utils :: Module misc
[show private | hide private]
[frames | no frames]

Module sulley.utils.misc

Function Summary
  crc16(string, value)
CRC-16 poly: p(x) = x**16 + x**15 + x**2 + 1
  uuid_bin_to_str(uuid)
Convert a binary UUID to human readable string.
  uuid_str_to_bin(uuid)
Ripped from Core Impacket.

Function Details

crc16(string, value=0)

CRC-16 poly: p(x) = x**16 + x**15 + x**2 + 1

uuid_bin_to_str(uuid)

Convert a binary UUID to human readable string.

uuid_str_to_bin(uuid)

Ripped from Core Impacket. Converts a UUID string to binary form.

Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 http://epydoc.sf.net