Actions
Optimization #7044
openapplayer: clean up truncate callbacks and logic
Effort:
Difficulty:
Label:
Description
Original :
It seems that when moving dcerpc
to Rust (https://github.com/OISF/suricata/commit/bac69af7e4082d4829cd9aad5bdfd0b0d35070b9),
the callback/reference to rs_dcerpc_state_trunc
ended up being missed (was here https://github.com/OISF/suricata/commit/8b2886635f2d69e302499971a1a0fde8b2099a50#diff-88368b0c2f03a908440ab63346e55e7561cc93233e0a5c0156959e122a783cbaR186)
Final : It was concluded that the entire truncate routine and callbacks were unneeded and this ended up being a cleanup instead of a bug.
Actions