<?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/"
	>

<channel>
	<title>raw socket Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/tag/raw-socket/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/tag/raw-socket/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Thu, 30 Jul 2020 13:02:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Code Raw Sockets in C on Linux</title>
		<link>https://www.binarytides.com/raw-sockets-c-code-linux/</link>
					<comments>https://www.binarytides.com/raw-sockets-c-code-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 05 May 2009 23:25:00 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[raw socket]]></category>
		<category><![CDATA[socket programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=60</guid>

					<description><![CDATA[<p>Raw tcp sockets in C Raw sockets can be used to construct a packet manually inside an application. In normal sockets when any data is send over the network, the kernel of the operating system adds some headers to it like IP header and TCP header. So an application only needs to take care of... <span class="read-more"><a href="https://www.binarytides.com/raw-sockets-c-code-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/raw-sockets-c-code-linux/">How to Code Raw Sockets in C on Linux</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/raw-sockets-c-code-linux/feed/</wfw:commentRss>
			<slash:comments>39</slash:comments>
		
		
			</item>
		<item>
		<title>Raw socket programming on windows with winsock</title>
		<link>https://www.binarytides.com/raw-sockets-using-winsock/</link>
					<comments>https://www.binarytides.com/raw-sockets-using-winsock/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 18 Mar 2007 14:38:00 +0000</pubDate>
				<category><![CDATA[Winsock]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[network programming]]></category>
		<category><![CDATA[raw socket]]></category>
		<category><![CDATA[socket programming]]></category>
		<category><![CDATA[winsock]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/blog/?p=5</guid>

					<description><![CDATA[<p>Raw sockets using winsock Raw sockets or "Raw Packets", enable a program to access the entire contents of a packet or datagram, both for reading and writing purpose. In other words, you can fabricate a whole packet according to your likes and dislikes. For example, a TCP packet would contain an IP header, a TCP... <span class="read-more"><a href="https://www.binarytides.com/raw-sockets-using-winsock/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/raw-sockets-using-winsock/">Raw socket programming on windows with winsock</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/raw-sockets-using-winsock/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
	</channel>
</rss>
