mirror of https://github.com/OISF/suricata
dns/detect: fix rcode return type
The parsed DNS rcode was being returned as a DetectUintData<u8>, but is parsed, and free'd as a u16. So return a DetectUintData<u16>.pull/14801/head
parent
571681bc29
commit
e474e45429
Loading…
Reference in New Issue