aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/runlex.sh2
-rw-r--r--wiretap/ascend.y3
2 files changed, 3 insertions, 2 deletions
diff --git a/tools/runlex.sh b/tools/runlex.sh
index 51ac2717fa..5860318cbe 100755
--- a/tools/runlex.sh
+++ b/tools/runlex.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/sh
#
# runlex.sh
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;