Update comment - now that we support adding comments to files, a capture

that we've saved to a particular path, or that we've read in, could
still be unsaved if we add comments to it.

svn path=/trunk/; revision=41321
This commit is contained in:
Guy Harris 2012-03-02 11:41:50 +00:00
parent b77a0b3827
commit 15a88e695f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ typedef struct _capture_file {
gchar *filename; /* Name of capture file */
gchar *source; /* Temp file source, e.g. "Pipe from elsewhere" */
gboolean is_tempfile; /* Is capture file a temporary file? */
gboolean user_saved; /* If capture file is temporary, has it been saved by user yet? */
gboolean user_saved; /* If capture file is temporary or modified, has it been saved by user yet? */
gint64 f_datalen; /* Size of capture file data (uncompressed) */
guint16 cd_t; /* File type of capture file */
int lnk_t; /* Link-layer type with which to save capture */