mirror of https://github.com/OISF/suricata
app-layer: fix AppLayerParserProtocolIsTxEventAware
AppLayerParserProtocolIsTxEventAware would check if a proto is tx event aware by checking if it had registered a StateHasEvents function. However, this is an optimization function. This patch changes it to use the StateGetEvents function instead, which is a better indicator.pull/831/head
parent
3f5acc5447
commit
3967bd5517
Loading…
Reference in New Issue