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: "Graham Bloice" <graham.bloice@xxxxxxxxxxxxx>
Date: Mon, 12 Jun 2000 17:41:23 +0100
> > 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.
>

The problem is actually on the receiving end.  It seems that getopt will
only supply the argument after a switch upto the first space.

GB