remotes/origin/master-1.0.x
Gurvinder Singh 17 years ago committed by Victor Julien
parent 90b42232fa
commit 66cc392177

@ -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)

@ -1,4 +1,10 @@
/* Copyright (c) 2009 Victor Julien */
/* Copyright (c) 2009 Open Information Security Foundation
* \file app-layer-tls.c
*
* \author Victor Julien <victor@inliniac.net>
* \author Gurvinder Singh <gurvindersinghdahiya@gmail.com>
*/
/** \todo support for the newly find TLS handshake GAP vulnerbility */
#include "suricata-common.h"
#include "debug.h"

Loading…
Cancel
Save