summaryrefslogtreecommitdiff
path: root/wiretap/k12text.l
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/k12text.l')
-rw-r--r--wiretap/k12text.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/k12text.l b/wiretap/k12text.l
index f203fa7edb..f5192cadd0 100644
--- a/wiretap/k12text.l
+++ b/wiretap/k12text.l
@@ -369,7 +369,7 @@ static const struct { int e; const char* s; } encaps[] = {
static gboolean
k12text_dump(wtap_dumper *wdh _U_, const struct wtap_pkthdr *phdr,
- const guint8 *pd, int *err) {
+ const guint8 *pd, int *err, gchar **err_info _U_) {
#define K12BUF_SIZE 196808
char *buf;
size_t left = K12BUF_SIZE;