2003-12-09 Yoann Vandoorselaere <yoann@prelude-ids.org>
* NEWS: updated.
* configure.in: bump version number.
2003-12-06 Yoann Vandoorselaere <yoann@mandrakesoft.com>
* src/capture.c (capture_get_device_address):
* src/pconfig.c (set_capture_from_device):
don't issue a warning if we can't retrieve devices address.
This might happen in case the interface is not bound to any
addr (stealth). The warning here used to confuse the user.
2003-12-05 Yoann Vandoorselaere <yoann@prelude-ids.org>
* src/capture.c (setup_capture_from_device):
change the error message, that was sometime misinterpreted by the user,
to a message notifying the user the interface is configured in stealth
mode.
2003-11-09 Yoann Vandoorselaere <yoann@prelude-ids.org>
* Makefile.am (EXTRA_DIST): add COPYING.OpenSSL.
2003-10-28 Yoann Vandoorselaere <yoann@prelude-ids.org>
* src/rules-default.c (signature_match_content):
fix detect_offset_end calculation. This could impact
with some rule that use different, absolute offset.
2003-10-22 Yoann Vandoorselaere <yoann@prelude-ids.org>
* NEWS: updated.
* configure.in: bump version number to 0.8.5.
2003-10-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* plugins/detects/snortrules/ruleset/prelude.rules:
file deleted. this is a generated file and should have never been
there in the first place.
2003-10-21 Yoann Vandoorselaere <yoann@prelude-ids.org>
* src/tcp-stream.c (split_segment_if_needed):
(is_segment_splited): (store_last_packet):
(free_unsplited_chunk): implemented.
(tcp_stream_reasm): fix long time happening assertion
failure due to partly acked packet. Code cleanup.