|
|
|
|
@ -214,10 +214,14 @@ void DetectMQTTSubscribeTopicRegister (void)
|
|
|
|
|
DetectAppLayerMpmRegister2("mqtt.subscribe.topic", SIG_FLAG_TOSERVER, 1,
|
|
|
|
|
PrefilterMpmMQTTSubscribeTopicRegister, NULL,
|
|
|
|
|
ALPROTO_MQTT, 1);
|
|
|
|
|
DetectAppLayerMpmRegister2("mqtt.subscribe.topic", SIG_FLAG_TOCLIENT, 1,
|
|
|
|
|
PrefilterMpmMQTTSubscribeTopicRegister, NULL, ALPROTO_MQTT, 1);
|
|
|
|
|
|
|
|
|
|
DetectAppLayerInspectEngineRegister2("mqtt.subscribe.topic",
|
|
|
|
|
ALPROTO_MQTT, SIG_FLAG_TOSERVER, 1,
|
|
|
|
|
DetectEngineInspectMQTTSubscribeTopic, NULL);
|
|
|
|
|
DetectAppLayerInspectEngineRegister2("mqtt.subscribe.topic", ALPROTO_MQTT, SIG_FLAG_TOCLIENT, 1,
|
|
|
|
|
DetectEngineInspectMQTTSubscribeTopic, NULL);
|
|
|
|
|
|
|
|
|
|
DetectBufferTypeSetDescriptionByName("mqtt.subscribe.topic",
|
|
|
|
|
"subscribe topic query");
|
|
|
|
|
|