msantos / epcap

Erlang packet capture interface using pcap
http://listincomprehension.com/2009/12/erlang-packet-sniffer-using-ei-and.html
BSD 3-Clause "New" or "Revised" License
178 stars 56 forks source link

First step towards an IDS #10

Closed josemic closed 10 years ago

josemic commented 10 years ago
ates commented 10 years ago

Very interesting changes, but I think it's not good idea to make an IDS from epcap. epcap it's just a small library to capture the traffic, it's used in various projects which not related to IDS things. I believe it would be better to make separate project implemented IDS and based on epcap.

msantos commented 10 years ago

@josemic replied to your email but I agree with @ates, this deserves to be broken out as a standalone application

josemic commented 10 years ago

I agree. It will become a different piece of software. Please leave this open, so this can be used for further discussion as I refactor the code.