<?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>后院&#124;kevin’s backyard &#187; tcpdump</title>
	<atom:link href="http://kevin.9511.net/archives/tag/tcpdump/feed" rel="self" type="application/rss+xml" />
	<link>http://kevin.9511.net</link>
	<description>立志做一个混事业型男人</description>
	<lastBuildDate>Fri, 30 Apr 2010 16:55:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux下用tcpdump命令截获soap信息</title>
		<link>http://kevin.9511.net/archives/174.html</link>
		<comments>http://kevin.9511.net/archives/174.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:43:53 +0000</pubDate>
		<dc:creator>kevin</dc:creator>
				<category><![CDATA[技术备案]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tcpdump]]></category>
		<category><![CDATA[抓包]]></category>

		<guid isPermaLink="false">http://kevin.9511.net/archives/174.html</guid>
		<description><![CDATA[this is probably the easiest way to monitor SOAP messages.
simply use
#tcpdump -i eth0 -A -s 1024 port 80 &#124; tee dump.log
to log all the packet sent to port 80 to dump.log
]]></description>
			<content:encoded><![CDATA[<p>this is probably the easiest way to monitor SOAP messages.</p>
<p>simply use</p>
<p>#tcpdump -i eth0 -A -s 1024 port 80 | tee dump.log</p>
<p>to log all the packet sent to port 80 to dump.log</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.9511.net/archives/174.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

