summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index c32524be80..a0117ab784 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -833,7 +833,9 @@ static const char *wtap_errlist[] = {
NULL,
"Uncompression error",
"Internal error",
- "The packet being written is too large for that format"
+ "The packet being written is too large for that format",
+ NULL,
+ "That record type cannot be written in that format"
};
#define WTAP_ERRLIST_SIZE (sizeof wtap_errlist / sizeof wtap_errlist[0])