summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-07 19:21:02 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-08 03:21:59 +0000
commit13c633357b0dd2f6f6e57b8718e4ddfca98118d1 (patch)
treedb399b4e70f2634bdf32c2a9217fcded6999ecb7 /wiretap/wtap.c
parentcbc36cbd97eae79d4e84f749ee78fb53037e3c6c (diff)
downloadwireshark-13c633357b0dd2f6f6e57b8718e4ddfca98118d1.tar.gz
Improve an error message.
Change-Id: I9c406bbd146ef525e5348f620c606d1296d3bd10 Reviewed-on: https://code.wireshark.org/review/13116 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 789adfbbfd..7cf87bf9cb 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1092,7 +1092,7 @@ static const char *wtap_errlist[] = {
"Files can't be saved in that format",
/* WTAP_ERR_UNWRITABLE_ENCAP */
- "Files from that network type can't be saved in that format",
+ "Packets with that network type can't be saved in that format",
/* WTAP_ERR_ENCAP_PER_PACKET_UNSUPPORTED */
"That file format doesn't support per-packet encapsulations",