<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_mining_tcpdump</id>
	<title>Python: mining tcpdump - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_mining_tcpdump"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_mining_tcpdump&amp;action=history"/>
	<updated>2026-04-20T03:37:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Python:_mining_tcpdump&amp;diff=46979&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;  import subprocess as sub    p = sub.Popen((&#039;sudo&#039;, &#039;tcpdump&#039;, &#039;-l&#039;), stdout=sub.PIPE)  for row in iter(p.stdout.readline, b&#039;&#039;):      print row.rstrip()   # process here    =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_mining_tcpdump&amp;diff=46979&amp;oldid=prev"/>
		<updated>2017-02-11T03:31:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;  import subprocess as sub    p = sub.Popen((&amp;#039;sudo&amp;#039;, &amp;#039;tcpdump&amp;#039;, &amp;#039;-l&amp;#039;), stdout=sub.PIPE)  for row in iter(p.stdout.readline, b&amp;#039;&amp;#039;):      print row.rstrip()   # process here    =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
 import subprocess as sub&lt;br /&gt;
 &lt;br /&gt;
 p = sub.Popen((&amp;#039;sudo&amp;#039;, &amp;#039;tcpdump&amp;#039;, &amp;#039;-l&amp;#039;), stdout=sub.PIPE)&lt;br /&gt;
 for row in iter(p.stdout.readline, b&amp;#039;&amp;#039;):&lt;br /&gt;
     print row.rstrip()   # process here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://stackoverflow.com/questions/17904231/handling-tcpdump-output-in-python&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>