<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>firemail - wireshark</title>
    <link>http://firemail.wang:8088/forum.php?mod=forumdisplay&amp;fid=302</link>
    <description>Latest 20 threads of wireshark</description>
    <copyright>Copyright(C) firemail</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 06:21:42 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://firemail.wang:8088/static/image/common/logo_88_31.gif</url>
      <title>firemail</title>
      <link>http://firemail.wang:8088/</link>
    </image>
    <item>
      <title>四次挥手</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=11127</link>
      <description><![CDATA[TCP连接的断开通常遵循四次挥手(Four-way handshake)的过程。让我们逐步分析这个过程
现在,让我们根据Wireshark捕获的报文,详细解释这个过程:
[*]第一次挥手:
[*]客户端发送一个FIN包,序列号为x
[*]Wireshark显示: [FIN, ACK] Seq=x Ack=y

[*]第二次挥手:
[*]服 ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Fri, 18 Oct 2024 11:59:09 +0000</pubDate>
    </item>
    <item>
      <title>wireshark ip V6</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10478</link>
      <description><![CDATA[tcpdump和ethereal都是著名的开源网络数据包捕获和分析软件，大家对肯定都曾经用过，其中Ethereal是通过capturefilter设置捕获规则，display filter设置显示规则，捕获规则和显示规则的语法是不同的，其中捕获规则语法类似tcpdump的规律规则语法。
ping img.zone139.co ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Sun, 03 Jul 2022 13:17:07 +0000</pubDate>
    </item>
    <item>
      <title>TCP 协议中的 Window Size与吞吐量</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10422</link>
      <description><![CDATA[https://www.cnblogs.com/djiankuo/p/7019768.html

原地址：http://blog.sina.com.cn/s/blog_c5c2d6690102wpxl.htmlTCP协议中影响实际业务流量的参数很多，这里主要分析一下窗口的影响。&#8203;TCP窗口目的为了获得最优的连接速率，使用TCP窗口来控制流速率（flow co ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Wed, 15 Dec 2021 09:46:52 +0000</pubDate>
    </item>
    <item>
      <title>使用wireshark分析TLS</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10421</link>
      <description><![CDATA[https://www.cnblogs.com/lv6965/p/7859925.html

1.基本概念
SSL：（Secure Socket Layer，安全套接字层），位于可靠的面向连接的网络层协议和应用层协议之间的一种协议层。SSL通过互相认证、使用数字签名确保完整性、使用加密确保私密性，以实现客户端和服务器之间 ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Wed, 15 Dec 2021 02:10:49 +0000</pubDate>
    </item>
    <item>
      <title>wireshark抓包数据：理解与分析</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=10420</link>
      <description><![CDATA[https://www.pianshen.com/article/4294595444/

注明：本文为原创文章，转载请注明出处。参考文章见本文末尾。wireshark是一个非常好用的抓包工具，本文根据平时抓包经验，对之前wireshark抓包的一些常见知识点进行了整理。有不当之处，欢迎指正
1.SYN，FIN会消耗一 ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Wed, 15 Dec 2021 01:52:45 +0000</pubDate>
    </item>
    <item>
      <title>如何用Wireshark捕获USB数据？</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9527</link>
      <description><![CDATA[http://www.freebuf.com/articles/system/96216.html

事实上通过wireshark，我们可以捕获到usb设备发送给我们主机的数据，这样就可以进一步研究了。本文中，我们将向大家介绍怎样通过wireshark捕获usb数据，使用的环境如下：l Wireshark 2.0.1（SVN）l Linux kernel  ...]]></description>
      <category>wireshark</category>
      <author>Qter</author>
      <pubDate>Fri, 27 Jul 2018 15:11:35 +0000</pubDate>
    </item>
    <item>
      <title>Wireshark使用说明</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=9258</link>
      <description><![CDATA[过滤源ip、目的ip。在wireshark的过滤规则框Filter中输入过滤条件。如查找目的地址为192.168.101.8的包，ip.dst==192.168.101.8；查找源地址为ip.src==1.1.1.1；

端口过滤。如过滤80端口，在Filter中输入，tcp.port==80，这条规则是把源端口和目的端口为80的都过滤出 ...]]></description>
      <category>wireshark</category>
      <author>java</author>
      <pubDate>Wed, 10 Jan 2018 02:33:13 +0000</pubDate>
    </item>
    <item>
      <title>wireshark</title>
      <link>http://firemail.wang:8088/forum.php?mod=viewthread&amp;tid=64</link>
      <description><![CDATA[https://www.wireshark.org/#download]]></description>
      <category>wireshark</category>
      <author>hechengjin</author>
      <pubDate>Fri, 09 Oct 2015 08:02:28 +0000</pubDate>
    </item>
  </channel>
</rss>