Actions
Optimization #4475
closedRust: Make default_port in parser registration an Option
Effort:
Difficulty:
Label:
Actions
Added by Shivani Bhardwaj over 4 years ago. Updated about 4 years ago.
Seems like using Option for `*const i8` is not FFI safe and Rust warns about it.
Using a null string in place of default port does seem to do the work though. Changed it in DCERPC only for now where there is not a fixed port of communication.
PR for review: https://github.com/OISF/suricata/pull/6234
Closed by PR: https://github.com/OISF/suricata/pull/6350