aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 2aa119e7c8..6f03457fe5 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -101,6 +101,7 @@ struct wtap_dumper {
int snaplen;
int encap;
gboolean compressed;
+ gboolean needs_reload; /* TRUE if the file requires re-loading after saving with wtap */
gint64 bytes_dumped;
void *priv; /* this one holds per-file state and is free'd automatically by wtap_dump_close() */