secureworks / dalton

Suricata, Snort and Zeek IDS rule and pcap testing system
Apache License 2.0
455 stars 91 forks source link

dump buffers breaks really old version of snort #139

Closed zoomequipd closed 3 years ago

zoomequipd commented 3 years ago

It would appear in the WEBUI that dump buffers is an optional selection, however this does not appear to be the case with snort.

in looking at https://github.com/secureworks/dalton/blob/master/dalton-agent/dalton-agent.py#L898-L900

we can see that the dump-buffers is enforced on all runs of snort, however this feature was introduced in Snort 2.9.9.0.

Is it possible to add a check that only adds this option depending on the version of snort which is being run?