<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="pretty-atom-feed.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-TW">
  
  <title>BensonC&#39;s Blog</title>
  <subtitle>BensonC&#39;s Blog</subtitle>
  <link href="https://bensonc.codeberg.page/feed/feed.xml" rel="self" />
  <link href="https://bensonc.codeberg.page/" />
  <updated>2026-06-07T00:00:00Z</updated>
  <id>https://bensonc.codeberg.page/</id>
  <author>
    <name>BensonC</name>
  </author>
  <entry>
    <title>Wireshark 遠端擷取網路封包</title>
    <link href="https://bensonc.codeberg.page/blog/wireshark-remote-capture/" />
    <updated>2026-06-07T00:00:00Z</updated>
    <id>https://bensonc.codeberg.page/blog/wireshark-remote-capture/</id>
    <content type="html">&lt;pre class=&quot;language-sh&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-sh&quot;&gt;&lt;span class=&quot;token function&quot;&gt;ssh&lt;/span&gt; &lt;span class=&quot;token operator&quot;&gt;&amp;lt;&lt;/span&gt;remote-host&lt;span class=&quot;token operator&quot;&gt;&gt;&lt;/span&gt; tcpdump &lt;span class=&quot;token parameter variable&quot;&gt;-i&lt;/span&gt; eth0 &lt;span class=&quot;token parameter variable&quot;&gt;-U&lt;/span&gt; &lt;span class=&quot;token parameter variable&quot;&gt;-w&lt;/span&gt; - &lt;span class=&quot;token operator&quot;&gt;|&lt;/span&gt; wireshark &lt;span class=&quot;token parameter variable&quot;&gt;-k&lt;/span&gt; &lt;span class=&quot;token parameter variable&quot;&gt;-i&lt;/span&gt; -&lt;/code&gt;&lt;/pre&gt;
</content>
  </entry>
</feed>