The patch includes the following changes:
1) Changes to allow Solaris 9 compilation as per bug
1110343
2) Made all decoder lists end with -1 to avoid segfault
as per bug 1168931
3) Changed tcp connections from being stored in linked
list to a hash table for performance improvements.
4) Added -c option to program. This option specifies
the age of tcp sessions before they are dropped from
memory. If the option is not specified then the
program will run as per standard version.
ssldump performance patch