Ethereal-dev: Re: [ethereal-dev] Ascend router capture

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 22 Sep 1999 00:00:40 -0700
Actually, another possibility comes to mind: having
"wtap_open_offline()" do an "open()" of the file, save the file
descriptor it gets back in the "wtap" structure, and then do a
"filed_open()" rather than a "file_open()".  Then an "fstat()" could be
done on that file descriptor.