summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wiretap/k12text.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/k12text.l b/wiretap/k12text.l
index f0d2d6783f..13f8d42439 100644
--- a/wiretap/k12text.l
+++ b/wiretap/k12text.l
@@ -96,7 +96,7 @@ static gboolean at_eof;
static guint junk_chars;
static void finalize_frame(void);
static gchar* error_str;
-static guint file_bytes_read;
+static guint64 file_bytes_read;
static gboolean ok_frame;
static FILE_T yy_fh;