Actions
Optimization #4475
closedRust: Make default_port in parser registration an Option
Effort:
Difficulty:
Label:
Updated by Shivani Bhardwaj over 3 years ago
- Related to Optimization #3315: app-layer: unify registration logic added
Updated by Shivani Bhardwaj over 3 years ago
- Status changed from Assigned to In Review
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
Updated by Shivani Bhardwaj about 3 years ago
- Status changed from In Review to Closed
Closed by PR: https://github.com/OISF/suricata/pull/6350
Actions