Ethereal-users: Re: Re: [Ethereal-users] "File not Found" window

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: Fri, 10 Aug 2001 00:27:23 -0700
On Fri, Aug 10, 2001 at 09:06:31AM +0200, thedive@xxxxxxx wrote:
> Thank you for your prompt reply!
> 
> I tried it one more time (a few seconds ago) and still this window pops up
> saying "File does not exist" (Window head: "Ethereal: Warning", the window
> shows a big red exclamation mark left to the text "File does not exist", "OK"
> button in lower right).
> 
> Do you have an idea?

If the *ONLY* thing in the dialog box is "File does not exist", no, I
don't.

The string "file does not exist" appears in only one place in the
current Ethereal source code - in the SMB dissector, in a table for the
setting of one of the flags in an SMB OpenAndX command, where one of the
options is "Fail if file does not exist".  That's not code involved in
opening files or popping up dialog boxes.

It is also not, on most flavors of UNIX, the error message for ENOENT;
that's typically "No such file or directory".

However, in your previous message, you said

> > > After selecting "capture" from the menu, the corresponding windows pops
> > up
> > > and I can see ethereal counting all the packages passing by. But after
> > > pressing the "Stop" button a windows pops up that says "File not found".

and now you say the error message is "File does not exist" rather than
"File not found".

Is it "File does not exist", or "File not found", or "No such file or
directory" - or is it "The path to the file XXX does not exist." or "The
file XXX does not exist (where XXX is a pathname of a file)?

And if the message has a file name in it, what is the file name?