<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>MI thesis</title>
	<atom:link href="http://yy209648.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yy209648.wordpress.com</link>
	<description>tracking the progress of the thesis</description>
	<lastBuildDate>Tue, 16 Mar 2010 14:20:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='yy209648.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>MI thesis</title>
		<link>http://yy209648.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://yy209648.wordpress.com/osd.xml" title="MI thesis" />
	<atom:link rel='hub' href='http://yy209648.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Unresolved typeref token in VS2005</title>
		<link>http://yy209648.wordpress.com/2010/03/16/unresolved-typeref-token-in-vs2005/</link>
		<comments>http://yy209648.wordpress.com/2010/03/16/unresolved-typeref-token-in-vs2005/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:20:30 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=293</guid>
		<description><![CDATA[Links: 1. http://www.codeguru.com/forum/showthread.php?t=478336 2. http://www.dotnet247.com/247reference/msgs/1/7811.aspx The compiler warning message: warning LNK4248: unresolved typeref token (01000015) for &#8216;pcap&#8217;; image may not run The solution: Add the following line in one of the header file: struct pcap {};<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=293&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Links:<br />
1. <a href="http://www.codeguru.com/forum/showthread.php?t=478336" target="_blank">http://www.codeguru.com/forum/showthread.php?t=478336</a></p>
<p>2. <a href="http://www.dotnet247.com/247reference/msgs/1/7811.aspx" target="_blank">http://www.dotnet247.com/247reference/msgs/1/7811.aspx</a></p>
<p>The compiler warning message:</p>
<blockquote><p>warning LNK4248: unresolved typeref token (01000015) for &#8216;pcap&#8217;; image may not run</p></blockquote>
<p>The solution:<br />
Add the following line in one of the header file:</p>
<blockquote><p>struct pcap {};</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/293/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/293/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/293/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=293&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2010/03/16/unresolved-typeref-token-in-vs2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable deprecation warnings in VS2005</title>
		<link>http://yy209648.wordpress.com/2010/03/16/290/</link>
		<comments>http://yy209648.wordpress.com/2010/03/16/290/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:40:23 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=290</guid>
		<description><![CDATA[From http://exold.com/article/secret-switch-to-disable-deprecation When using Visual Studio 2005, you’ll get compiler warnings if you use the unsafe versions of various string functions (strcpy, strcat, et al.). The docs say you can disable the warnings by defining _CRT_SECURE_NO_DEPRECATE. The docs lie. You need to define both _CRT_SECURE_NO_DEPRECATE and _CRT_NONSTDC_NO_DEPRECATE<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=290&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://exold.com/article/secret-switch-to-disable-deprecation" target="_blank">http://exold.com/article/secret-switch-to-disable-deprecation<br />
</a></p>
<blockquote><p>When using Visual Studio 2005, you’ll get compiler warnings if you use the unsafe versions of various string functions (strcpy, strcat, et al.). The docs say you can disable the warnings by defining <font face="Courier">_CRT_SECURE_NO_DEPRECATE</font>. The docs lie. You need to define both <font face="Courier">_CRT_SECURE_NO_DEPRECATE</font> and <font face="Courier">_CRT_NONSTDC_NO_DEPRECATE</font></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/290/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/290/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/290/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=290&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2010/03/16/290/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>A few links on Service Location Protocol (SLP)</title>
		<link>http://yy209648.wordpress.com/2009/11/08/a-few-links-on-service-location-protocol-slp/</link>
		<comments>http://yy209648.wordpress.com/2009/11/08/a-few-links-on-service-location-protocol-slp/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:45:14 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=215</guid>
		<description><![CDATA[OpenSLP homepage RFC2608 &#8211; Service Location Protocol, Version 2 RFC2614 &#8211; An API for Service Location<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=215&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openslp.org/" target="_blank">OpenSLP homepage</a></p>
<p><a href="http://www.faqs.org/rfcs/rfc2608.html" target="_blank">RFC2608 &#8211; Service Location Protocol, Version 2</a></p>
<p><a href="http://www.faqs.org/rfcs/rfc2614.html" target="_blank">RFC2614 &#8211; An API for Service Location</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=215&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/11/08/a-few-links-on-service-location-protocol-slp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Some links on The Internet Protocol Suite</title>
		<link>http://yy209648.wordpress.com/2009/11/08/some-links-on-the-internet-protocol-suite/</link>
		<comments>http://yy209648.wordpress.com/2009/11/08/some-links-on-the-internet-protocol-suite/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:25:37 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=203</guid>
		<description><![CDATA[IPv4 &#8211; Wikipedia IPv6 &#8211; Wikipedia ICMP &#8211; Wikipedia ICMPv6 &#8211; Wikipedia UDP &#8211; Wikipedia Ethernet &#8211; Wikipedia List of IP protocol numbers &#8211; Wikipedia 6to4 &#8211; Wikipedia DHCP &#8211; Wikipedia DHCP Options Supported by Clients &#8211; Microsoft Support ICMPv6 Router Advertisement and Router Solicitation Messages &#8211; The TCP/IP Guide ICMPv6 Informational Message Options &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=203&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/IPv4" target="_blank">IPv4 &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/IPv6" target="_blank">IPv6 &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol" target="_blank">ICMP &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/ICMPv6" target="_blank">ICMPv6 &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/User_Datagram_Protocol" target="_blank">UDP &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/Ethernet" target="_blank">Ethernet &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/List_of_IP_protocol_numbers" target="_blank">List of IP protocol numbers &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/6to4" target="_blank">6to4 &#8211; Wikipedia</a></p>
<p><a href="http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol" target="_blank">DHCP &#8211; Wikipedia</a></p>
<p><a href="http://support.microsoft.com/kb/121005" target="_blank">DHCP Options Supported by Clients &#8211; Microsoft Support</a></p>
<p><a href="http://www.tcpipguide.com/free/t_ICMPv6RouterAdvertisementandRouterSolicitationMess.htm" target="_blank">ICMPv6 Router Advertisement and Router Solicitation Messages &#8211; The TCP/IP Guide</a></p>
<p><a href="http://www.tcpipguide.com/free/t_ICMPv6InformationalMessageOptions.htm" target="_blank">ICMPv6 Informational Message Options &#8211; The TCP/IP Guide</a></p>
<p><a href="http://www.tcpipguide.com/free/t_IPv6AutoconfigurationandRenumbering.htm" target="_blank">IPv6 Autoconfiguration and Renumbering &#8211; The TCP/IP Guide</a></p>
<p><a href="http://www.networksorcery.com/enp/protocol/icmp/msg3.htm" target="_blank">ICMP type 3, Destination unreachable message</a></p>
<p><a href="http://www.faqs.org/rfcs/rfc3736.html" target="_blank">RFC3736 &#8211; Stateless Dynamic Host Configuration Protocol (DHCP)</a></p>
<p><a href="http://docs.sun.com/app/docs/doc/817-0573/chapter1-42?a=view" target="_blank">IPv6 Stateless Address Autoconfiguration</a></p>
<p><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/sag_ip_v6_imp_config_meth.mspx?mfr=true" target="_blank">IPv6 configuration methods &#8211; Windows XP Professional Product Documentation</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=203&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/11/08/some-links-on-the-internet-protocol-suite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>More links on retrieving network information</title>
		<link>http://yy209648.wordpress.com/2009/11/08/more-links-on-retrieving-network-information/</link>
		<comments>http://yy209648.wordpress.com/2009/11/08/more-links-on-retrieving-network-information/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:20:12 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=198</guid>
		<description><![CDATA[IPv6 neighbor discovery icmpv6.c &#8211; Dump ICMPv6 information WLAN Scan with NDIS Miniport and Much More SSID using Visual C++ Getting ARP information<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=198&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://packetlife.net/blog/2008/aug/28/ipv6-neighbor-discovery/" target="_blank">IPv6 neighbor discovery</a></p>
<p><a href="http://www.koders.com/c/fid43CA680CC3826D17857A93EFD893B1F43835F9F7.aspx" target="_blank">icmpv6.c &#8211; Dump ICMPv6 information</a></p>
<p><a href="http://www.codeproject.com/KB/IP/wlanscan_ndis.aspx" target="_blank">WLAN Scan with NDIS Miniport and Much More</a></p>
<p><a href="http://www.codeguru.com/forum/showthread.php?t=468109" target="_blank">SSID using Visual C++</a> </p>
<p><a href="http://www.geekpage.jp/en/programming/iphlpapi/arp-info.php" target="_blank">Getting ARP information</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=198&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/11/08/more-links-on-retrieving-network-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Retrieve SSID, the C++ way</title>
		<link>http://yy209648.wordpress.com/2009/09/30/retrieve-ssid-the-c-way/</link>
		<comments>http://yy209648.wordpress.com/2009/09/30/retrieve-ssid-the-c-way/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:37:06 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=192</guid>
		<description><![CDATA[SSID using visual c++ &#8211; CodeGuru Forums http://bit.ly/YsEdl CodeProject: Getting Information from WMI in Visual C++. Free source code and programming help http://bit.ly/IuEO8 CodeProject: Making WMI Queries In C++. Free source code and programming help http://bit.ly/L0EKD Developers cannot create wireless client programs that manage wireless profiles and connections over the Wireless Zero Configuration service in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=192&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SSID using visual c++ &#8211; CodeGuru Forums <a href="http://bit.ly/YsEdl" target="_blank">http://bit.ly/YsEdl</a></p>
<p>CodeProject: Getting Information from WMI in Visual C++. Free source code and programming help <a href="http://bit.ly/IuEO8" target="_blank">http://bit.ly/IuEO8</a></p>
<p>CodeProject: Making WMI Queries In C++. Free source code and programming help <a href="http://bit.ly/L0EKD" target="_blank">http://bit.ly/L0EKD</a></p>
<p>Developers cannot create wireless client programs that manage wireless profiles and connections over the Wireless Zero Configuration service in Microsoft Windows XP Service Pack 2 (SP2) <a href="http://bit.ly/qse1L" target="_blank">http://bit.ly/qse1L</a></p>
<p>WlanScan Function (MSDN) <a href="http://bit.ly/gaVpc" target="_blank">http://bit.ly/gaVpc</a></p>
<p>CodeProject: WLAN Scan with NDIS Miniport and Much More. Free source code and programming help <a href="http://bit.ly/LXVQe" target="_blank">http://bit.ly/LXVQe</a> &#8211;&gt; downloaded the src code already, please have a look!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=192&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/09/30/retrieve-ssid-the-c-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Can probably use these to determine the active network adapter</title>
		<link>http://yy209648.wordpress.com/2009/09/27/can-probably-use-these-to-determine-the-active-network-adapter/</link>
		<comments>http://yy209648.wordpress.com/2009/09/27/can-probably-use-these-to-determine-the-active-network-adapter/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:40:26 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=186</guid>
		<description><![CDATA[GetInterfaceInfo Function (MSDN) http://bit.ly/1J0y9 GetAdaptersInfo Function (MSDN) http://bit.ly/39TT9M<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=186&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GetInterfaceInfo Function (MSDN) <a href="http://bit.ly/1J0y9" target="_blank">http://bit.ly/1J0y9</a></p>
<p>GetAdaptersInfo Function (MSDN) <a href="http://bit.ly/39TT9M" target="_blank">http://bit.ly/39TT9M</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/186/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=186&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/09/27/can-probably-use-these-to-determine-the-active-network-adapter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>The futile attempt at creating network sniffer using RAW socket</title>
		<link>http://yy209648.wordpress.com/2009/09/27/the-futile-attempt-at-creating-network-sniffer-using-raw-socket/</link>
		<comments>http://yy209648.wordpress.com/2009/09/27/the-futile-attempt-at-creating-network-sniffer-using-raw-socket/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:57:19 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=172</guid>
		<description><![CDATA[CodeProject: Sniffing using Winsock. Free source code and programming help http://bit.ly/M0al1 sockaddr (MSDN) http://bit.ly/b5GYy WSASocket Function (MSDN) http://bit.ly/jQwtY The totally unhelpful Windows Sockets Error Codes (MSDN) http://bit.ly/hQwf3 SIO_RCVALL Control Code (MSDN) http://bit.ly/3mz5gU &#8211;&#62; can&#8217;t find working example/explanation for IPv6 SIO_RCVALL CAN NOT SET WITH ERROR 10022 http://bit.ly/XOeEg &#8211;&#62; followed the tip, but still can&#8217;t get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=172&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>CodeProject: Sniffing using Winsock. Free source code and programming help <a href="http://bit.ly/M0al1" target="_blank">http://bit.ly/M0al1</a></p>
<p>sockaddr (MSDN) <a href="http://bit.ly/b5GYy" target="_blank">http://bit.ly/b5GYy</a></p>
<p>WSASocket Function (MSDN) <a href="http://bit.ly/jQwtY" target="_blank">http://bit.ly/jQwtY</a></p>
<p>The totally unhelpful Windows Sockets Error Codes (MSDN) <a href="http://bit.ly/hQwf3" target="_blank">http://bit.ly/hQwf3</a></p>
<p>SIO_RCVALL Control Code (MSDN) <a href="http://bit.ly/3mz5gU" target="_blank">http://bit.ly/3mz5gU</a> &#8211;&gt; can&#8217;t find working example/explanation for IPv6</p>
<p>SIO_RCVALL CAN NOT SET WITH ERROR 10022 <a href="http://bit.ly/XOeEg" target="_blank">http://bit.ly/XOeEg</a> &#8211;&gt;<br />
followed the tip, but still can&#8217;t get it to work on IPv6</p>
<p>WSAIoctl Function (MSDN) <a href="http://bit.ly/PmCnd" target="_blank">http://bit.ly/PmCnd</a></p>
<p>Sniffing packets for local machine only : sio_rcvall (Experts Exchange) <a href="http://bit.ly/bBOxz" target="_blank">http://bit.ly/bBOxz</a></p>
<p>rohitab.com &#8211; Forums  Packet Sniffer <a href="http://bit.ly/qxAYO" target="_blank">http://bit.ly/qxAYO</a></p>
<p>recvfrom Function (MSDN) <a href="http://bit.ly/18lTGg" target="_blank">http://bit.ly/18lTGg</a> &#8211;&gt; managed to get it working on IPv4, but not IPv6</p>
<p>WSARecvFrom Function (MSDN) <a href="http://bit.ly/eYp5T" target="_blank">http://bit.ly/eYp5T</a> &#8211;&gt; same shite, not working for IPv6</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=172&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/09/27/the-futile-attempt-at-creating-network-sniffer-using-raw-socket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Links concerning IPv6 and ICMPv6</title>
		<link>http://yy209648.wordpress.com/2009/09/27/links-concerning-ipv6-and-icmpv6/</link>
		<comments>http://yy209648.wordpress.com/2009/09/27/links-concerning-ipv6-and-icmpv6/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:30:52 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=163</guid>
		<description><![CDATA[Internet Control Message Protocol version 6 (ICMPv6) Type Numbers http://bit.ly/NWBjv XP系统下IPv6 recvfrom（）接收不到数据问题！恳求指教！ http://bit.ly/233Zir &#8211;&#62; some forum discussion on using Winsock RAW socket to receive IPv6 pings IPv6 ping in windows&#8230;problem..lots of ode:( http://bit.ly/1920ue &#8211;&#62; problem not resolved, but there might be interesting stuff here Icmp6SendEcho2 Function (Windows) http://bit.ly/HvfoU &#8211;&#62; no example :S Microsoft Win32 Programmer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=163&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Internet Control Message Protocol version 6 (ICMPv6) Type Numbers <a href="http://bit.ly/NWBjv" target="_blank">http://bit.ly/NWBjv</a></p>
<p>XP系统下IPv6 recvfrom（）接收不到数据问题！恳求指教！ <a href="http://bit.ly/233Zir" target="_blank">http://bit.ly/233Zir</a> &#8211;&gt; some forum discussion on using Winsock RAW socket to receive IPv6 pings</p>
<p>IPv6 ping in windows&#8230;problem..lots of ode:( <a href="http://bit.ly/1920ue" target="_blank">http://bit.ly/1920ue</a> &#8211;&gt; problem not resolved, but there might be interesting stuff here</p>
<p>Icmp6SendEcho2 Function (Windows) <a href="http://bit.ly/HvfoU" target="_blank">http://bit.ly/HvfoU</a> &#8211;&gt; no example :S</p>
<p>Microsoft Win32 Programmer Networks Get IPv6 header from raw IPv6 socket? <a href="http://bit.ly/GUvae" target="_blank">http://bit.ly/GUvae</a> &#8211;&gt; as usual, no closure to the discussion</p>
<p>ping program for IPV6 and IpV4 [Archive] &#8211; DevMaster.net Forums <a href="http://bit.ly/2E6zWJ" target="_blank">http://bit.ly/2E6zWJ</a> &#8211;&gt; another unanswered question</p>
<p>Socket programming in IPv6? &#8211; C++ <a href="http://bit.ly/w9dzq" target="_blank">http://bit.ly/w9dzq</a> &#8211;&gt; example is Linux-based</p>
<p>IPv6 neighbor discovery &#8211; PacketLife.net <a href="http://bit.ly/xZNbO" target="_blank">http://bit.ly/xZNbO</a></p>
<p>Koders Code Search: icmpv6.c &#8211; C &#8211; GPL <a href="http://bit.ly/TqxLp" target="_blank">http://bit.ly/TqxLp</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=163&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/09/27/links-concerning-ipv6-and-icmpv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
		<item>
		<title>Links concerning Winsock RAW sockets</title>
		<link>http://yy209648.wordpress.com/2009/09/27/links-concerning-winsock-raw-sockets/</link>
		<comments>http://yy209648.wordpress.com/2009/09/27/links-concerning-winsock-raw-sockets/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:13:41 +0000</pubDate>
		<dc:creator>yy209648</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://yy209648.wordpress.com/?p=157</guid>
		<description><![CDATA[Winsock Programmer&#8217;s FAQ: Ping: Raw Sockets Method http://bit.ly/Jx5No ICMP programming example (Linux) http://bit.ly/14aGAN TCP/IP Raw Sockets (Windows) http://bit.ly/bGCEg &#8211;&#62; MSDN The RAW socket C programming for Windows network (Winsock) environment http://bit.ly/42SLRx<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=157&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Winsock Programmer&#8217;s FAQ: Ping: Raw Sockets Method <a href="http://bit.ly/Jx5No" target="_blank">http://bit.ly/Jx5No</a></p>
<p>ICMP programming example (Linux) <a href="http://bit.ly/14aGAN" target="_blank">http://bit.ly/14aGAN</a></p>
<p>TCP/IP Raw Sockets (Windows) <a href="http://bit.ly/bGCEg" target="_blank">http://bit.ly/bGCEg</a> &#8211;&gt; MSDN</p>
<p>The RAW socket C programming for Windows network (Winsock) environment <a href="http://bit.ly/42SLRx" target="_blank">http://bit.ly/42SLRx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/yy209648.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/yy209648.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/yy209648.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=yy209648.wordpress.com&amp;blog=7627811&amp;post=157&amp;subd=yy209648&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://yy209648.wordpress.com/2009/09/27/links-concerning-winsock-raw-sockets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549cb9caf41bf834e401a7e95a7f9fbc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">yy209648</media:title>
		</media:content>
	</item>
	</channel>
</rss>
