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