Actions
Task #6968
open
JI
OD
decode: unify decode thread module with receive thread module
Task #6968:
decode: unify decode thread module with receive thread module
Description
Decode modules are coupled to their receive module and having them as a separate thread module serves no purpose anymore.
Have the receive module decode, then pass the packet on.
Ref: https://github.com/OISF/suricata/pull/10802#discussion_r1560754679
JI Updated by Jason Ish almost 2 years ago
- Description updated (diff)
VJ Updated by Victor Julien almost 2 years ago
- Status changed from New to In Progress
- Target version changed from TBD to 8.0.0-beta1
PA Updated by Philippe Antoine over 1 year ago
- Assignee changed from OISF Dev to Victor Julien
VJ Updated by Victor Julien about 1 year ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
VJ Updated by Victor Julien 4 days ago
- Status changed from In Progress to Triaged
- Assignee changed from Victor Julien to OISF Dev
- Target version changed from 9.0.0-beta1 to TBD
Last draft PR was https://github.com/OISF/suricata/pull/12277
Actions