<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=CapturingPacketsRemotely</id>
	<title>CapturingPacketsRemotely - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://crancho.com/w/index.php?action=history&amp;feed=atom&amp;title=CapturingPacketsRemotely"/>
	<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=CapturingPacketsRemotely&amp;action=history"/>
	<updated>2026-05-02T05:43:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.2</generator>
	<entry>
		<id>https://crancho.com/w/index.php?title=CapturingPacketsRemotely&amp;diff=510&amp;oldid=prev</id>
		<title>Ohayden at 21:23, 9 January 2009</title>
		<link rel="alternate" type="text/html" href="https://crancho.com/w/index.php?title=CapturingPacketsRemotely&amp;diff=510&amp;oldid=prev"/>
		<updated>2009-01-09T21:23:24Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Problem:&amp;#039;&amp;#039;&amp;#039; I need to capture packets to analyze issues with an Asterisk server. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solution:&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
On the remote server - In this case a VOIP/Asterisk server:&lt;br /&gt;
    tshark -i eth2 -w - | nc -l -p 7734&lt;br /&gt;
&lt;br /&gt;
On my local box&lt;br /&gt;
   mkfifo /tmp/flc&lt;br /&gt;
   nc voip 7734 &amp;gt; /tmp/flc&lt;br /&gt;
   wireshark -k -i /tmp/flc&lt;/div&gt;</summary>
		<author><name>Ohayden</name></author>
	</entry>
</feed>