Ethereal-dev: Re: [ethereal-dev] Real-time capture display on win32

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 12 Jun 2000 11:32:56 -0500
On Mon, Jun 12, 2000 at 11:20:23AM -0500, Graham Bloice wrote:
> 
> 
> I sorted out the problem with capture filters from last attempt, and I hope
> to re-post the patch on Wed.  It was a problem with spaces in the 
> parameters
> to spawnlp, so that I had to quote the capture filter parameter if you're
> interested.

What about the spawnv* set of functions? Does an array of char*'s with embedded
strings work? Is it any easier to set up the vector rather than
quote the capture filter? Just a thought.

--gilbert