Ethereal-dev: RE: [ethereal-dev] Real-time capture for Win32 (updated)

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

From: "Graham Bloice" <graham.bloice@xxxxxxxxxxxxx>
Date: Wed, 28 Jun 2000 09:15:08 +0100
> I leave doing it on Win32 as an exercise for the reader, for now; see
> the code at the end of "cap_file_input_cb()" in "capture.c".

A quick attempt last night showed me that this didn't seem to be trivial.
Just putting a TerminateProcess() in at the appropriate point always caused
a GPF in GTK.  I tried to use a named Event so that the parent could signal
the child but failed dismally.  More work required I think.

GB