summaryrefslogtreecommitdiff
path: root/epan/wslua/wslua_proto_expert.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/wslua_proto_expert.c')
-rw-r--r--epan/wslua/wslua_proto_expert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/wslua/wslua_proto_expert.c b/epan/wslua/wslua_proto_expert.c
index 07ea90251d..feac031c4d 100644
--- a/epan/wslua/wslua_proto_expert.c
+++ b/epan/wslua/wslua_proto_expert.c
@@ -95,6 +95,7 @@ WSLUA_CONSTRUCTOR ProtoExpert_new(lua_State* L) {
case PI_SECURITY:
case PI_COMMENTS_GROUP:
case PI_DECRYPTION:
+ case PI_DEPRECATED:
break;
default:
luaL_argerror(L, WSLUA_ARG_ProtoExpert_new_GROUP, "Group must be one of expert.group.*");