Hi,
When I start `./bro140ipv6 bro.init mt` I have this error:
policy/snort.bro, line 28 and
policy/smtp.bro, line 115
(smtp_ports): error, already defined
policy/smtp.bro, line 116 ($ports=smtp_ports): run-time error, uninitialized list value
Erreur de segmentation
Hi Seth,
I have restored snort.bro and added this line:
22: const smtp_ports = { 25/tcp };
same pb, how create backtrace please ?
Regards
Rmkml Crusoe-Researches.com
It causes the error message "(smtp_ports): error, already defined". I don't think that execution should continue after the attempted globalizing of the smtp_ports variable. It seems like that should be a terminating error because it should always be caught at initialization time and wouldn't just crop up at arbitrary points during runtime. Anyway, I filed a ticket for this too.