aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/eyesdn.c')
-rw-r--r--wiretap/eyesdn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/eyesdn.c b/wiretap/eyesdn.c
index 4350d23644..83daf82186 100644
--- a/wiretap/eyesdn.c
+++ b/wiretap/eyesdn.c
@@ -385,7 +385,7 @@ int eyesdn_dump_can_write_encap(int encap)
return 0;
default:
- return WTAP_ERR_UNSUPPORTED_ENCAP;
+ return WTAP_ERR_UNWRITABLE_ENCAP;
}
}
@@ -467,7 +467,7 @@ static gboolean eyesdn_dump(wtap_dumper *wdh,
break;
default:
- *err=WTAP_ERR_UNSUPPORTED_ENCAP;
+ *err=WTAP_ERR_UNWRITABLE_ENCAP;
return FALSE;
}