char *p;
   p = (char *)&ip_address->in_addr;
   DbgPrint("Connect: P=%i %d.%d.%d.%d:%i\n",
                 process_id,
                 (UCHAR)p[0],
                 (UCHAR)p[1],
                 (UCHAR)p[2],
                 (UCHAR)p[3],
                 ip_address->sin_port);
   }

출처 : http://legendfinger.com/322

내가 듣고싶은 음악
내가 들려주고싶은 음악