Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal file.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 15 Sep 2003 18:28:08 -0500 (CDT)
guy         2003/09/15 18:28:08 CDT

  Modified files:
    .                    file.c 
  Log:
  We no longer pop up tap windows until we have a capture file open, so we
  don't have to worry about the file name being null when
  "cf_get_display_name()" is called.  (It should never be called before we
  have a capture file open; if it is, that's a bug.)
  
  Revision  Changes    Path
  1.314     +3 -7      ethereal/file.c