<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Tcpdump</id>
	<title>Tcpdump - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Tcpdump"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Tcpdump&amp;action=history"/>
	<updated>2026-05-03T19:48:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Tcpdump&amp;diff=8315&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== tcpdump ==   tcpdump -i &lt;network_interface&gt; -s 0 -w &lt;file&gt;  Capture packets to host &lt;ref&gt;https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host&lt;/ref&gt;  tcpdump -i any -s 0 -w &lt;file&gt; host 10.1.1.1   tcpdump -i &lt;network_interface&gt; -s 0 -w &lt;file&gt; host 10.1.1.1  Capture packets and specify both IP and port &lt;ref&gt;https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump&lt;/ref&gt;  tcpdump -i enp1s9 dst 192.168.6.1 a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Tcpdump&amp;diff=8315&amp;oldid=prev"/>
		<updated>2025-01-21T16:36:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== tcpdump ==   tcpdump -i &amp;lt;network_interface&amp;gt; -s 0 -w &amp;lt;file&amp;gt;  Capture packets to host &amp;lt;ref&amp;gt;https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host&amp;lt;/ref&amp;gt;  tcpdump -i any -s 0 -w &amp;lt;file&amp;gt; host 10.1.1.1   tcpdump -i &amp;lt;network_interface&amp;gt; -s 0 -w &amp;lt;file&amp;gt; host 10.1.1.1  Capture packets and specify both IP and port &amp;lt;ref&amp;gt;https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump&amp;lt;/ref&amp;gt;  tcpdump -i enp1s9 dst 192.168.6.1 a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== tcpdump ==&lt;br /&gt;
&lt;br /&gt;
 tcpdump -i &amp;lt;network_interface&amp;gt; -s 0 -w &amp;lt;file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Capture packets to host &amp;lt;ref&amp;gt;https://stackoverflow.com/questions/19960784/tcpdump-capture-packets-to-target-host&amp;lt;/ref&amp;gt;&lt;br /&gt;
 tcpdump -i any -s 0 -w &amp;lt;file&amp;gt; host 10.1.1.1&lt;br /&gt;
&lt;br /&gt;
 tcpdump -i &amp;lt;network_interface&amp;gt; -s 0 -w &amp;lt;file&amp;gt; host 10.1.1.1&lt;br /&gt;
&lt;br /&gt;
Capture packets and specify both IP and port &amp;lt;ref&amp;gt;https://serverfault.com/questions/1025292/how-to-specify-both-ip-address-and-port-in-tcpdump&amp;lt;/ref&amp;gt;&lt;br /&gt;
 tcpdump -i enp1s9 dst 192.168.6.1 and src 192.168.6.2 and src port 80&lt;br /&gt;
&lt;br /&gt;
== ipv6 ==&lt;br /&gt;
&lt;br /&gt;
 tcpdump -t -n -i eth0 -s 512 -vv ip6 or proto ipv6&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>