diff options
author | Guy Harris <guy@alum.mit.edu> | 2012-03-02 11:41:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2012-03-02 11:41:50 +0000 |
commit | 15a88e695f80dd2cb7c37a4cb62b4a54db069f88 (patch) | |
tree | c5fbb5c7c0e0b4879d5ebe0aaa8e956cbb62f770 /cfile.h | |
parent | b77a0b38279b68593c74b603db469992a04e624a (diff) | |
download | wireshark-15a88e695f80dd2cb7c37a4cb62b4a54db069f88.tar.gz wireshark-15a88e695f80dd2cb7c37a4cb62b4a54db069f88.tar.bz2 wireshark-15a88e695f80dd2cb7c37a4cb62b4a54db069f88.zip |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |