aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/app-layer-protos.c
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/app-layer-protos.c')
-rw-r--r--framework/src/suricata/src/app-layer-protos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/suricata/src/app-layer-protos.c b/framework/src/suricata/src/app-layer-protos.c
index 0b8ed17b..e8875643 100644
--- a/framework/src/suricata/src/app-layer-protos.c
+++ b/framework/src/suricata/src/app-layer-protos.c
@@ -75,6 +75,9 @@ const char *AppProtoToString(AppProto alproto)
case ALPROTO_MODBUS:
proto_name = "modbus";
break;
+ case ALPROTO_TEMPLATE:
+ proto_name = "template";
+ break;
case ALPROTO_FAILED:
#ifdef UNITTESTS
case ALPROTO_TEST: