mirror of https://github.com/OISF/suricata
lua/dnp3: add is_request boolean
A DNP3 message can be a request or response, but not both. This is how the transaction is structured. Instead of having 2 values, "has_request" and "has_response", just provide one field, "is_request" as a boolean. Ticket: #7601pull/12847/head
parent
9b7cab1f21
commit
c69dfc5792
Loading…
Reference in New Issue