On Wed, Feb 02, 2000 at 03:19:54AM -0600, Guy Harris wrote:
>
>
> > The capture menu is there, but the "Start..." option is grayed out.
>
> If you also do that *after* you hit the "Stop" button and the display
> updates for the new column widths, does it show one Ethereal process or
> two?
No capture:
-----------
# ps -ef | grep ethereal
root 24108 24091 1 11:02:58 pts/1 0:00 ./ethereal
Capturing:
----------
# ps -ef | grep ethereal
root 24108 24091 3 11:02:58 pts/1 0:01 ./ethereal
root 24111 24108 2 11:03:10 pts/1 0:00 ethereal-capture -i hme0 -w /var/tmp/etherXXXX0A5sVw -W 7 -c 0 -s 65535 -m -*-l
After stopping the capture:
---------------------------
# ps -ef | grep ethereal
root 24108 24091 14 11:02:58 pts/1 0:03 ./ethereal
> Note that "Capture:Start" and "File:Open" are enabled and disabled in
> parallel; if "Capture:Start" is grayed out, is "File:Open" also grayed
> out?
Yes, both are grayed out.
--gilbert