On 2006-01-23, Jan Danielsson <[EMAIL PROTECTED]> wrote:

> And if I'm reading it correctly, the Perl
> script's process starts tcpdump, but redirects its output to its own
> input, and reads it line by line.
[...]
>    ...however, the Perl script solution looks interresting.. Is it
> possible to do something like that in Python?

os.popen()

http://www.python.org/doc/current/lib/os-process.html


-- 
Grant Edwards                   grante             Yow!  Yow! I threw up on
                                  at               my window!
                               visi.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to