Home | Trees | Index | Help |
|
---|
Package sulley :: Package utils :: Module misc |
|
Function Summary | |
---|---|
CRC-16 poly: p(x) = x**16 + x**15 + x**2 + 1 | |
Convert a binary UUID to human readable string. | |
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. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |