summaryrefslogtreecommitdiff
path: root/wiretap/ascend.y
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascend.y')
-rw-r--r--wiretap/ascend.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/ascend.y b/wiretap/ascend.y
index c6c5b4b6a0..2ad134ccef 100644
--- a/wiretap/ascend.y
+++ b/wiretap/ascend.y
@@ -148,7 +148,8 @@ void yyerror(FILE_T fh _U_, const char *);
const gchar *ascend_parse_error;
static unsigned int bcur;
-static guint32 start_time, secs, usecs, caplen, wirelen;
+static guint32 start_time, usecs, caplen, wirelen;
+static time_t secs;
struct ascend_phdr *pseudo_header;
static guint8 *pkt_data;
static gint64 first_hexbyte;