Ethereal-users: Re: [Ethereal-users] Automation of Ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 11 Sep 2003 12:57:51 -0700

On Sep 11, 2003, at 9:44 AM, Paul Hoffman / VPNC wrote:

But there is a way with tethereal: simply stop the program. You should be able to pipe the tethereal output to a file and, based on the size or contents of the file, stop tethereal from another process. I know you can do this in Perl; it seems likely you can do it in Python.

On Windows? In UNIX, you can cleanly stop tethereal by sending it SIGTERM, but that mechanism isn't available in Windows - and the person who asked the question is running on Windows.