summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-03-02 11:41:50 +0000
committerGuy Harris <guy@alum.mit.edu>2012-03-02 11:41:50 +0000
commit15a88e695f80dd2cb7c37a4cb62b4a54db069f88 (patch)
treec5fbb5c7c0e0b4879d5ebe0aaa8e956cbb62f770 /cfile.h
parentb77a0b38279b68593c74b603db469992a04e624a (diff)
downloadwireshark-15a88e695f80dd2cb7c37a4cb62b4a54db069f88.tar.gz
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
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index 730da187c7..9d0af14b6a 100644
--- a/cfile.h
+++ b/cfile.h
@@ -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 */