Actions
Bug #6956
openmqtt: create PDU frames without regard to the parsing function
Affected Versions:
Effort:
Difficulty:
Label:
Description
As recently discussed during the SIP TCP work [1], a PDU frame should be created regardless of whether the parsing function succeeds or fails.
Currently, this is not the case for MQTT, as the frame is created only if the input is parsed correctly.
[1] https://github.com/OISF/suricata/pull/10058#discussion_r1430988421
Actions