<?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>开心e点 &#187; Wireshark</title>
	<atom:link href="http://www.ebnd.cn/tag/wireshark/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ebnd.cn</link>
	<description>好好学习 天天向上</description>
	<lastBuildDate>Tue, 21 Jun 2011 15:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>在 Wireshark 抓包中显示 snmp mib 名</title>
		<link>http://www.ebnd.cn/2010/12/09/display-snmp-mibname-in-wireshark/</link>
		<comments>http://www.ebnd.cn/2010/12/09/display-snmp-mibname-in-wireshark/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 01:42:50 +0000</pubDate>
		<dc:creator>dandan</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[nms]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://www.ebnd.cn/?p=564</guid>
		<description><![CDATA[Wireshark 是最富盛名的开源抓包工具了，在电信网管开发的日常工作中是不可或缺的，经常需要抓包分析。那有没有办法可以在抓到的包中直接显示 snmp mib 的名字，而不是 OID 呢？办法当然是有的，也很简单，在官方的文档里面就有说明了。这里讲下实际配置步骤： 1. 把 mib 文件放到 “C:\Program Files\Wireshark\snmp\mibs” 目录下。 2. 打开 “%APPDATA%\Wireshark\smi_modules” 文件，在里面按原有的格式，添加mib名字。 3. 修改 Wireshark 的配置，选中 “Enable OID resolution”，”Suppress SMI errors”（如下图）。修改之后关闭再重新打开 Wireshark 就生效了。 注意事项： 1. 如果看到的配置界面跟上面的不一样的话，是 Wireshark 版本太低了，升级到最新的版本即可。 2. 不是所有的 mib 文件都能被正确的解析，这是一个已知问题，因为其用的开源的 mib 解析模块 libsmi 有问题。如果发现加了某几个 mib 之后 Wireshark 就启动不了了，那就还是把改动回退吧。 参考阅读：1，2，3。 另外，因为要求 mib 文件的名字必须是 mib 模块的名字，但是存在文件名和模块名不一致的情况，写了个 groovy 脚本，对指定目录下的 mib [...]]]></description>
			<content:encoded><![CDATA[<p><a href="www.wireshark.org" target="_blank">Wireshark</a> 是最富盛名的开源抓包工具了，在电信网管开发的日常工作中是不可或缺的，经常需要抓包分析。那有没有办法可以在抓到的包中直接显示 snmp mib 的名字，而不是 OID 呢？办法当然是有的，也很简单，在官方的文档里面就有说明了。这里讲下实际配置步骤：</p>
<p>1. 把 mib 文件放到 “C:\Program Files\Wireshark\snmp\mibs” 目录下。</p>
<p>2. 打开 “%APPDATA%\Wireshark\smi_modules” 文件，在里面按原有的格式，添加mib名字。</p>
<p>3. 修改 Wireshark 的配置，选中 “Enable OID resolution”，”Suppress SMI errors”（如下图）。修改之后关闭再重新打开 Wireshark 就生效了。</p>
</p>
<p><img src="http://pic.yupoo.com/moonese/AGgXsx6C/medium.jpg" alt="配置 Wireshark " /></p>
<p><br/></p>
<p>注意事项：</p>
<p>1. 如果看到的配置界面跟上面的不一样的话，是 Wireshark 版本太低了，升级到最新的版本即可。</p>
<p>2. 不是所有的 mib 文件都能被正确的解析，这是一个<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560325" title="libsmi2ldbl: crashes wireshar when MIB-s are missing" target="_blank">已知问题</a>，因为其用的开源的 mib 解析模块 libsmi 有问题。如果发现加了某几个 mib 之后 Wireshark 就启动不了了，那就还是把改动回退吧。</p>
<p>参考阅读：<a href="http://wiki.nil.com/Add_MIB_files_to_Wireshark_SNMP_decoder" title="Add MIB files to Wireshark SNMP decoder" target="_blank">1</a>，<a href="http://wiki.wireshark.org/SNMP" title="Wireshark wiki: Simple Network Management Protocol (SNMP)" target="_blank">2</a>，<a href="http://hpux.ewi.tudelft.nl/hppd/hpux/Gtk/Applications/wireshark-1.4.1/readme.html" title="Wireshark 1.4.1 readme" target="_blank">3</a>。</p>
<p><br/></p>
<p>另外，因为要求 mib 文件的名字必须是 mib 模块的名字，但是存在文件名和模块名不一致的情况，写了个 groovy 脚本，对指定目录下的 mib 文件进行重命名：</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">import</span> <span style="color: #006699;">java.util.regex.*</span>
def dir <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #003399;">File</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #0000ff;">'C:<span style="color: #000099; font-weight: bold;">\P</span>rogram Files<span style="color: #000099; font-weight: bold;">\W</span>ireshark<span style="color: #000099; font-weight: bold;">\s</span>nmp<span style="color: #000099; font-weight: bold;">\m</span>ibs'</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span>
def pattern <span style="color: #339933;">=</span> ~<span style="color: #339933;">/</span><span style="color: #009900;">&#40;</span><span style="color: #339933;">?</span>ms<span style="color: #009900;">&#41;</span>.<span style="color: #339933;">*^</span>\s<span style="color: #339933;">*</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span>\w\<span style="color: #339933;">-</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">+</span><span style="color: #009900;">&#41;</span>\s<span style="color: #339933;">*</span>DEFINITIONS <span style="color: #339933;">::=</span> BEGIN\s<span style="color: #339933;">*</span>$.<span style="color: #339933;">*/</span>
dir.<span style="color: #006633;">eachFileRecurse</span><span style="color: #009900;">&#123;</span> f <span style="color: #339933;">-&gt;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> f.<span style="color: #006633;">file</span> <span style="color: #339933;">&amp;&amp;</span> f.<span style="color: #006633;">name</span>.<span style="color: #006633;">endsWith</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;.mib&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		Matcher m <span style="color: #339933;">=</span> pattern.<span style="color: #006633;">matcher</span><span style="color: #009900;">&#40;</span> f.<span style="color: #006633;">getText</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>m.<span style="color: #006633;">matches</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			f.<span style="color: #006633;">renameTo</span><span style="color: #009900;">&#40;</span> f.<span style="color: #006633;">parentFile</span>.<span style="color: #006633;">path</span> <span style="color: #339933;">+</span> <span style="color: #0000ff;">&quot;<span style="color: #000099; font-weight: bold;">\\</span>&quot;</span> <span style="color: #339933;">+</span> m<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #009900;">&#41;</span>
			println <span style="color: #0000ff;">'&quot;'</span> <span style="color: #339933;">+</span> m<span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">+</span> <span style="color: #0000ff;">'&quot;'</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p><br/></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>九月 28, 2009 -- <a href="http://www.ebnd.cn/2009/09/28/add-row-data-for-adventnet-simulator/" title="如何给 AdventNet Simulator 增加新的表以及数据">如何给 AdventNet Simulator 增加新的表以及数据</a> (0)</li><li>九月 7, 2009 -- <a href="http://www.ebnd.cn/2009/09/07/file-format-analysis-of-wireshark-pcap/" title="[转] Wireshark的Pcap文件格式分析">[转] Wireshark的Pcap文件格式分析</a> (0)</li><li>九月 7, 2009 -- <a href="http://www.ebnd.cn/2009/09/07/capture-pppoe-packets-on-hub-in-wireshark/" title="Wireshark hub 下抓不到包问题解决">Wireshark hub 下抓不到包问题解决</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ebnd.cn/2010/12/09/display-snmp-mibname-in-wireshark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转] Wireshark的Pcap文件格式分析</title>
		<link>http://www.ebnd.cn/2009/09/07/file-format-analysis-of-wireshark-pcap/</link>
		<comments>http://www.ebnd.cn/2009/09/07/file-format-analysis-of-wireshark-pcap/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 04:08:41 +0000</pubDate>
		<dc:creator>baobao</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://www.ebnd.cn/?p=113</guid>
		<description><![CDATA[转自：http://blog.chinaunix.net/u2/82392/showart_1870732.html 前段时间因工作要求，需要对各种数据包进行分析和操作，内容涉及网路协议分析，socket，文件操作等。在此分享下学习和实践的经验。 首先介绍下网络抓包、协议分析的必备软件Ethereal，新版（Wireshark）以下还以 Ethereal代之，目前最新版本已经支持在无线局域网抓包了。Linux和Windows均有对应安装包，它们分别是gcc和VC++编译的。不过 Windows下是基于Winpcap而Linux下则是Libcap。Ethereal作为网路协议分析、学习、开发的敲门软件，其使用技巧及其原理机 制（BPF）网上都有比较详尽的介绍，当初我收集的相关资料随后也会上传，不再多说。下面主要介绍下Ethereal默认的*.pcap文件保存格式。 Pcap文件头24B各字段说明： Magic：4B：0x1A 2B 3C 4D:用来标示文件的开始 Major：2B，0&#215;02 00:当前文件主要的版本号 Minor：2B，0&#215;04 00当前文件次要的版本号 ThisZone：4B当地的标准时间；全零 SigFigs：4B时间戳的精度；全零 SnapLen：4B最大的存储长度 LinkType：4B链路类型 常用类型： 0 BSD loopback devices, except for later OpenBSD1            Ethernet, and Linux loopback devices6            802.5 Token Ring7            ARCnet8            SLIP9            PPP10           FDDI100         LLC/SNAP-encapsulated ATM101         “raw IP”, with no link102         BSD/OS SLIP103         BSD/OS PPP104         Cisco HDLC105         802.11108         later [...]]]></description>
			<content:encoded><![CDATA[<p>转自：<a title="http://blog.chinaunix.net/u2/82392/showart_1870732.html" href="http://blog.chinaunix.net/u2/82392/showart_1870732.html" target="_blank">http://blog.chinaunix.net/u2/82392/showart_1870732.html</a></p>
<p><span style="font-size: small;">前段时间因工作要求，需要对各种数据包进行分析和操作，内容涉及网路协议分析，socket，文件操作等。在此分享下学习和实践的经验。 </span></p>
<p style="font: normal normal normal 12px/normal song, Verdana;"><span style="font-size: small;">首先介绍下网络抓包、协议分析的必备软件Ethereal，新版（Wireshark）以下还以 Ethereal代之，目前最新版本已经支持在无线局域网抓包了。Linux和Windows均有对应安装包，它们分别是gcc和VC++编译的。不过 Windows下是基于Winpcap而Linux下则是Libcap。Ethereal作为网路协议分析、学习、开发的敲门软件，其使用技巧及其原理机 制（BPF）网上都有比较详尽的介绍，当初我收集的相关资料随后也会上传，不再多说。下面主要介绍下Ethereal默认的*.pcap文件保存格式。 </span></p>
<p style="font: normal normal normal 12px/normal song, Verdana;"><span style="font-size: small;"><img src="http://p.blog.csdn.net/images/p_blog_csdn_net/ALEKS86/1%29%20Pcap%E6%96%87%E4%BB%B6%E6%95%B4%E4%BD%93%E7%BB%93%E6%9E%84%E5%92%8CPcap%E6%96%87%E4%BB%B6%E5%A4%B4%E7%BB%93%E6%9E%84.gif" alt="" align="textTop" /></span></p>
<p style="font: normal normal normal 12px/normal song, Verdana;"><span style="font-size: 10.5pt;"><span style="font-size: small;">Pcap文件头24B各字段说明：</span></span></p>
<div><span style="font-size: small;">Magic：4B：0x1A 2B 3C 4D:用来标示文件的开始</span></div>
<div><span style="font-size: small;">Major：2B，0&#215;02 00:当前文件主要的版本号 </span></div>
<div><span style="font-size: small;">Minor：2B，0&#215;04 00当前文件次要的版本号</span></div>
<div><span style="font-size: small;">ThisZone：4B当地的标准时间；全零</span></div>
<div><span style="font-size: small;">SigFigs：4B时间戳的精度；全零</span></div>
<div><span style="font-size: small;">SnapLen：4B最大的存储长度 </span></div>
<div><span style="font-size: small;">LinkType：4B链路类型</span></div>
<div><span style="font-size: small;">常用类型：</span></div>
<div style="text-indent: 21pt;"><span style="font-size: small;">0</span><span style="font-size: small;"> BSD loopback devices, except for later OpenBSD<br style="font: normal normal normal 12px/normal song, Verdana;" />1            Ethernet, and Linux loopback devices<br style="font: normal normal normal 12px/normal song, Verdana;" />6            802.5 Token Ring<br style="font: normal normal normal 12px/normal song, Verdana;" />7            ARCnet<br style="font: normal normal normal 12px/normal song, Verdana;" />8            SLIP<br style="font: normal normal normal 12px/normal song, Verdana;" />9            PPP<br style="font: normal normal normal 12px/normal song, Verdana;" />10           FDDI<br style="font: normal normal normal 12px/normal song, Verdana;" />100         LLC/SNAP-encapsulated ATM<br style="font: normal normal normal 12px/normal song, Verdana;" />101         “raw IP”, with no link<br style="font: normal normal normal 12px/normal song, Verdana;" />102         BSD/OS SLIP<br style="font: normal normal normal 12px/normal song, Verdana;" />103         BSD/OS PPP<br style="font: normal normal normal 12px/normal song, Verdana;" />104         Cisco HDLC<br style="font: normal normal normal 12px/normal song, Verdana;" />105         802.11<br style="font: normal normal normal 12px/normal song, Verdana;" />108         later OpenBSD loopback devices (with the AF_value in network byte order)<br style="font: normal normal normal 12px/normal song, Verdana;" />113         special Linux “cooked” capture<br style="font: normal normal normal 12px/normal song, Verdana;" />114         LocalTalk</span></div>
<div style="text-indent: 21pt;"><span style="font-size: small;"> </span></div>
<div style="text-indent: 21pt;"><span style="font-size: small;"><img src="http://p.blog.csdn.net/images/p_blog_csdn_net/ALEKS86/2%EF%BC%89Packet%20%E5%8C%85%E5%A4%B4%EF%BC%8816B%EF%BC%89%E5%92%8CPacket%E6%95%B0%E6%8D%AE%E7%BB%84%E6%88%90.gif" alt="" align="textTop" /></span></div>
<div><span style="font-size: small;"><strong>Packet </strong><strong>包头和Packet</strong><strong>数据组成</strong></span></div>
<div><span style="font-size: small;">字段说明：</span></div>
<div><span style="font-size: small;">Timestamp：时间戳高位，精确到seconds </span></div>
<div><span style="font-size: small;">Timestamp：时间戳低位，精确到<span style="font-size: 10.5pt;">microseconds</span></span></div>
<div><span style="font-size: small;">Caplen：当前数据区的长度，即抓取到的数据帧长度，由此可以得到下一个数据帧的位置。</span></div>
<div><span style="font-size: small;">Len：离线数据长度<strong>：</strong>网络中实际数据帧的长度，一般不大于caplen，多数情况下和Caplen数值相等。</span></div>
<div><span style="font-size: small;"><strong>Packet </strong><strong>数据</strong>：即 Packet（通常就是链路层的数据帧）具体内容，长度就是Caplen，这个长度的后面，就是当前PCAP文件中存放的下一个Packet数据包，也就 是说：PCAP文件里面并没有规定捕获的Packet数据包之间有什么间隔字符串，下一组数据在文件中的起始位置。我们需要靠第一个Packet包确定。 最后，Packet数据部分的格式其实就是标准的网路协议格式了可以任何网络教材上找得到。</span></div>
<div><span style="font-size: small;"> </span></div>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>========================================================</p>
<p>这里再把pcap文件头的结构定义添上：</p>

<div class="wp_syntax"><div class="code"><pre class="c" style="font-family:monospace;"><span style="color: #993333;">typedef</span> <span style="color: #993333;">unsigned</span> <span style="color: #993333;">long</span>  DWORD<span style="color: #339933;">;</span>
<span style="color: #993333;">typedef</span> <span style="color: #993333;">unsigned</span> <span style="color: #993333;">short</span>  WORD<span style="color: #339933;">;</span>
<span style="color: #993333;">typedef</span> <span style="color: #993333;">unsigned</span> <span style="color: #993333;">char</span>  BYTE<span style="color: #339933;">;</span>
&nbsp;
<span style="color: #993333;">typedef</span> <span style="color: #993333;">struct</span> PCAP_FILE_HEADER
<span style="color: #009900;">&#123;</span>
 DWORD magic<span style="color: #339933;">;</span>
 WORD versionMajor<span style="color: #339933;">;</span>
 WORD versionMinor<span style="color: #339933;">;</span>
 DWORD thisZone<span style="color: #339933;">;</span>
 DWORD sigfigs<span style="color: #339933;">;</span>
 DWORD snapLen<span style="color: #339933;">;</span>
 DWORD linkType<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>PcapFileHeader<span style="color: #339933;">,</span> <span style="color: #339933;">*</span>PPcapFileHeader<span style="color: #339933;">;</span></pre></div></div>

<p><br class="spacer_" /></p>
<p>2011-02-17 补充两篇文章：</p>
<p>1）<a title="解析Winpcap截获的数据包" href="http://hi.baidu.com/cwcblog/blog/item/02310a830c5f42b76d811965.html" target="_blank">解析Winpcap截获的数据包</a></p>
<p>2）<a title="以太网帧类型速查表" href="http://hi.baidu.com/cwcblog/blog/item/eb40320e3313c6e5aa645785.html" target="_blank">以太网帧类型速查表</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>十二月 9, 2010 -- <a href="http://www.ebnd.cn/2010/12/09/display-snmp-mibname-in-wireshark/" title="在 Wireshark 抓包中显示 snmp mib 名">在 Wireshark 抓包中显示 snmp mib 名</a> (0)</li><li>九月 7, 2009 -- <a href="http://www.ebnd.cn/2009/09/07/capture-pppoe-packets-on-hub-in-wireshark/" title="Wireshark hub 下抓不到包问题解决">Wireshark hub 下抓不到包问题解决</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ebnd.cn/2009/09/07/file-format-analysis-of-wireshark-pcap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark hub 下抓不到包问题解决</title>
		<link>http://www.ebnd.cn/2009/09/07/capture-pppoe-packets-on-hub-in-wireshark/</link>
		<comments>http://www.ebnd.cn/2009/09/07/capture-pppoe-packets-on-hub-in-wireshark/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 23:54:40 +0000</pubDate>
		<dc:creator>dandan</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://www.ebnd.cn/?p=108</guid>
		<description><![CDATA[在同一个 hub 下接笔记本和机顶盒(STB)，需要在笔记本上抓包查 STB 的问题。 如果不用 capture filter ，能抓到经过 hub 的所有的包，包括 http 的。 因为包太多，想只过滤出 http 的包用于分析，于是加 capture filter 为 “port 80“, 结果一个包都抓不到了。 尝试了各种办法，都没有结果。于是到 Wireshark 的 maillist 发帖求助，很快就有了结果。 原来因为所接的 Hub 其实是电信的 Adsl 猫，有四个 RJ45 网口， STB 是通过猫拨号上网的，所以 capture filter 需要用 “pppoes &#38;&#38; port 80“，其中的 pppoes 不可少！ 从刚开始以为是 Wireshark 的一个 bug，到发帖求助，到得到结果，也就是短短几天的时间。 在这个过程中，对网络方面的知识也有了更多一点的了解。开源社区确实很好很强大，真正的牛人专家很多，参与其中确实能学到很多的知识。 相关文章三月 6, 2011 -- Windows [...]]]></description>
			<content:encoded><![CDATA[<p>在同一个 hub 下接笔记本和机顶盒(STB)，需要在笔记本上抓包查 STB 的问题。</p>
<p>如果不用 capture filter ，能抓到经过 hub 的所有的包，包括 http 的。</p>
<p>因为包太多，想只过滤出 http 的包用于分析，于是加 capture filter 为 “<span style="color: #0000ff;">port 80</span>“, 结果一个包都抓不到了。</p>
<p>尝试了各种办法，都没有结果。于是到 Wireshark 的 maillist <a title="http://www.wireshark.org/lists/wireshark-dev/200908/msg00252.html" href="http://www.wireshark.org/lists/wireshark-dev/200908/msg00252.html" target="_blank">发帖</a>求助，<span style="background-color: #ffffff;">很快就有了<a title="http://www.wireshark.org/lists/wireshark-users/200908/msg00219.html" href="http://www.wireshark.org/lists/wireshark-users/200908/msg00219.html" target="_blank">结果</a>。</span></p>
<p><span style="background-color: #ffffff;">原来因为所接的 Hub 其实是电信的 Adsl 猫，有四个 RJ45 网口， STB 是通过猫拨号上网的，所以 capture filter 需要用 “<span style="color: #0000ff;"><strong><a title="http://wiki.wireshark.org/CaptureSetup/PPP" href="http://wiki.wireshark.org/CaptureSetup/PPP" target="_blank">pppoes </a></strong>&amp;&amp; port 80</span>“，其中的 <a title="http://www.wireshark.org/docs/dfref/p/pppoes.html" href="http://www.wireshark.org/docs/dfref/p/pppoes.html" target="_blank">pppoes </a>不可少！</span></p>
<p><span style="background-color: #ffffff;">从刚开始以为是 Wireshark 的一个 bug，到发帖求助，到得到结果，也就是短短几天的时间。</span></p>
<p><span style="background-color: #ffffff;">在这个过程中，对网络方面的知识也有了更多一点的了解。开源社区确实很好很强大，真正的牛人专家很多，参与其中确实能学到很多的知识。</span></p>
<p><span style="background-color: #ffffff;"><br />
 </span></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li>三月 6, 2011 -- <a href="http://www.ebnd.cn/2011/03/06/guide-to-symbolic-link/" title="Windows / Linux 下使用符号链接完全指南">Windows / Linux 下使用符号链接完全指南</a> (1)</li><li>二月 22, 2011 -- <a href="http://www.ebnd.cn/2011/02/22/edit-browser-cookies/" title="如何修改浏览器Cookie">如何修改浏览器Cookie</a> (1)</li><li>一月 27, 2011 -- <a href="http://www.ebnd.cn/2011/01/27/software-collection-recommendation/" title="常用软件">常用软件</a> (0)</li><li>一月 11, 2011 -- <a href="http://www.ebnd.cn/2011/01/11/which-program-is-using-a-port/" title="查看占用端口的是什么程序">查看占用端口的是什么程序</a> (1)</li><li>十二月 15, 2010 -- <a href="http://www.ebnd.cn/2010/12/15/reload-pac-proxy-in-chrome/" title="Chrome 下重载 pac 代理设置">Chrome 下重载 pac 代理设置</a> (0)</li><li>十二月 9, 2010 -- <a href="http://www.ebnd.cn/2010/12/09/display-snmp-mibname-in-wireshark/" title="在 Wireshark 抓包中显示 snmp mib 名">在 Wireshark 抓包中显示 snmp mib 名</a> (0)</li><li>十二月 7, 2010 -- <a href="http://www.ebnd.cn/2010/12/07/subversion-over-http-proxy/" title="通过 http 代理使用 subversion ">通过 http 代理使用 subversion </a> (0)</li><li>十一月 28, 2010 -- <a href="http://www.ebnd.cn/2010/11/28/embedding-groovy-script-in-windows-bat/" title="Windows .bat 文件中执行 Groovy 脚本">Windows .bat 文件中执行 Groovy 脚本</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ebnd.cn/2009/09/07/capture-pppoe-packets-on-hub-in-wireshark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

