Bug #156
Snort version 2.6 (RC2) problem
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Description
Hi ya,
Just to let you know I was testing the new upcoming Snort release (2.6) with
Prelude and came to a problem.
When trying to view the alerts with Prewikka I get the following error:
Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/prewikka/Core.py", line 306, in process getattr(view[[object"] view["handler]])() File "/usr/local/lib/python2.4/site-packages/prewikka/views/messagesummary.py", line 900, in render icmp.render_table(self, "ICMP", ignored_value) File "/usr/local/lib/python2.4/site-packages/prewikka/views/messagesummary.py", line 165, in render_table s = fieldr3(value, *fieldr4) error: packed IP wrong length for inet_ntoa
History
#1 Updated by over 18 years ago
Just tested it with Snort 2.6.0 and libprelude 0.9.9, but problem still exists.
#2 Updated by Yoann VANDOORSELAERE over 18 years ago
- Status changed from New to Closed
- Resolution set to fixed
(In r8246) Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address, which is stored as string. Fix #156.