From 66cc392177c6215bf2adc954ebea35ed3d125f7e Mon Sep 17 00:00:00 2001 From: Gurvinder Singh Date: Thu, 14 Jan 2010 16:09:54 +0100 Subject: [PATCH] init b46 --- src/app-layer-parser.c | 2 +- src/app-layer-tls.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app-layer-parser.c b/src/app-layer-parser.c index 34f4b08461..250500a38c 100644 --- a/src/app-layer-parser.c +++ b/src/app-layer-parser.c @@ -853,7 +853,7 @@ void RegisterAppLayerParsers(void) /** setup result pool * \todo Per thread pool */ - al_result_pool = PoolInit(250,10,AlpResultElmtPoolAlloc,NULL,AlpResultElmtPoolFree); + al_result_pool = PoolInit(1000,250,AlpResultElmtPoolAlloc,NULL,AlpResultElmtPoolFree); } void AppLayerParserCleanupState(TcpSession *ssn) diff --git a/src/app-layer-tls.c b/src/app-layer-tls.c index 1886bf901f..c98af2a5af 100644 --- a/src/app-layer-tls.c +++ b/src/app-layer-tls.c @@ -1,4 +1,10 @@ /* Copyright (c) 2009 Victor Julien */ +/* Copyright (c) 2009 Open Information Security Foundation + * \file app-layer-tls.c + * + * \author Victor Julien + * \author Gurvinder Singh + */ /** \todo support for the newly find TLS handshake GAP vulnerbility */ #include "suricata-common.h" #include "debug.h"