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.
Actions