MITRECND / libnids

libnids
GNU General Public License v2.0
105 stars 65 forks source link

Library API relies on a global state #13

Open BatchDrake opened 2 months ago

BatchDrake commented 2 months ago

Hi,

The whole library relies on a global state, and also it is not thread safe. This implies, for instance, that I cannot process two PCAP captures in parallel (not even in the same thread). Are there plans to fix this?

Thanks,