Armitage - setting MAX_ROWS when creating table resets to 2^32, not sure what can be considered about table thought.
As for table - it's very primitive for loggin new connections, but it fills up in about two weeks and considering network grows situation will get worse:
CREATE TABLE ulog (
local_time INT UNSIGNED NOT NULL,
oob_prefix CHAR(6) NOT NULL,
ip_saddr INT UNSIGNED NOT NULL,
ip_daddr INT UNSIGNED NOT NULL,
ip_protocol TINYINT UNSIGNED NOT NULL,
ip_ttl TINYINT UNSIGNED NOT NULL,
tcp_sport SMALLINT UNSIGNED,
tcp_dport SMALLINT UNSIGNED,
INDEX(local_time)
) MAX_ROWS=500000000000;