aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/app-layer-detect-proto.c
diff options
context:
space:
mode:
authorAshlee Young <ashlee@onosfw.com>2015-09-22 12:53:15 -0700
committerAshlee Young <ashlee@onosfw.com>2015-09-22 12:53:15 -0700
commite6d71622143ff9b2421a1abbe8434b954b5b1099 (patch)
treec5b037b78e9170e62538c72ab604189c47159a80 /framework/src/suricata/src/app-layer-detect-proto.c
parent81391595dca425ae58e2294898f09f11d9a32dbc (diff)
bringing suricata to commit 4a738023d5ac945f0109ceb13fcc43e3f3095453
Change-Id: I7bbd8767089a43573cb38d23fe7bf1b656b29893
Diffstat (limited to 'framework/src/suricata/src/app-layer-detect-proto.c')
-rw-r--r--framework/src/suricata/src/app-layer-detect-proto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/suricata/src/app-layer-detect-proto.c b/framework/src/suricata/src/app-layer-detect-proto.c
index ed029e5e..221b50ff 100644
--- a/framework/src/suricata/src/app-layer-detect-proto.c
+++ b/framework/src/suricata/src/app-layer-detect-proto.c
@@ -687,6 +687,8 @@ void AppLayerProtoDetectPrintProbingParsers(AppLayerProtoDetectProbingParser *pp
printf(" alproto: ALPROTO_DNS\n");
else if (pp_pe->alproto == ALPROTO_MODBUS)
printf(" alproto: ALPROTO_MODBUS\n");
+ else if (pp_pe->alproto == ALPROTO_TEMPLATE)
+ printf(" alproto: ALPROTO_TEMPLATE\n");
else
printf("impossible\n");
@@ -738,6 +740,8 @@ void AppLayerProtoDetectPrintProbingParsers(AppLayerProtoDetectProbingParser *pp
printf(" alproto: ALPROTO_DNS\n");
else if (pp_pe->alproto == ALPROTO_MODBUS)
printf(" alproto: ALPROTO_MODBUS\n");
+ else if (pp_pe->alproto == ALPROTO_TEMPLATE)
+ printf(" alproto: ALPROTO_TEMPLATE\n");
else
printf("impossible\n");