Ethereal-dev: Re: [Ethereal-dev] ethereal --xxx xxx

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Mon, 6 Feb 2006 14:36:45 -0800 (PST)
LEGO wrote:
> How feasable would be to:
>
> * add "--xxx yyy" options to the command line options of ethereal.

Use "getopt_long()" rather than "getopt()", and include the GNU
getopt_long implementation on platforms that don't have a native
getopt_long().