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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index f62a8dffde..fcd4b41167 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -88,7 +88,7 @@ struct wtap_dumper {
int file_type_subtype;
int snaplen;
int encap;
- gboolean compressed;
+ wtap_compression_type compression_type;
gboolean needs_reload; /* TRUE if the file requires re-loading after saving with wtap */
gint64 bytes_dumped;