aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 5e707a24db..e27ee772b0 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1736,7 +1736,7 @@ int wtap_register_encap_type(const char* name, const char* short_name);
/** Not really an error: the file type being checked is from a Lua
plugin, so that the code will call wslua_can_write_encap() instead if it gets this */
-#define WTAP_ERR_REC_TYPE_UNSUPPORTED -24
+#define WTAP_ERR_UNWRITABLE_REC_TYPE -24
/** Specified record type can't be written to that file type */
#define WTAP_ERR_UNWRITABLE_REC_DATA -25