Actions
Bug #395
closedSuppress Func function in packet acquisition
Affected Versions:
Effort:
Difficulty:
Label:
Description
IPS acquisition module and maybe some other still have a Func in their initialization:
tmm_modules[TMM_RECEIVEIPFW].Func = ReceiveIPFW; tmm_modules[TMM_RECEIVEIPFW].PktAcqLoop = ReceiveIPFWLoop;
This should be suppressed and only PktAcqLoop must remain.
Updated by Victor Julien almost 13 years ago
- Target version changed from 1.2rc1 to 1.3beta2
Updated by Victor Julien over 12 years ago
- Status changed from New to Assigned
- Target version changed from 1.3beta2 to 1.4
Updated by Eric Leblond almost 12 years ago
Updated by Victor Julien almost 12 years ago
- Status changed from Assigned to Closed
- Target version changed from 1.4 to 1.4beta3
- % Done changed from 0 to 100
Merged, thanks!
Actions