Does Python socket module support raw socket? I tries to create socket with AF_INET and SOCK_RAW. But when I tried to pass a string which contains null byte to sendto(). It complains about "expected string without null bytes, string found". Anybody has same experience? Thanks, Hua