* 02110-1301, USA.
*/
+/**
+ * \file
+ *
+ * DNP3 protocol implementation
+ */
+
#include "suricata-common.h"
#include "suricata.h"
#include "stream.h"
* 02110-1301, USA.
*/
+/**
+ * \file
+ *
+ * DNP3 application layer protocol header file
+ */
+
#ifndef __APP_LAYER_DNP3_H__
#define __APP_LAYER_DNP3_H__
***************************************************************************/
/**
- * Anoop Saldanha <anoopsaldanha@gmail.com>
+ * \file
+ *
+ * \author Anoop Saldanha <anoopsaldanha@gmail.com>
+ *
+ * APIs from libhtp 0.5.x.
*/
#include "suricata-common.h"
***************************************************************************/
/**
- * Anoop Saldanha <anoopsaldanha@gmail.com>
+ * \file
+ *
+ * \author Anoop Saldanha <anoopsaldanha@gmail.com>
+ *
+ * APIs from libhtp 0.5.x.
*/
#ifndef __APP_LAYER_HTP_LIBHTP__H__
* 02110-1301, USA.
*/
+/**
+ * \file
+ *
+ * Memory management functions for HTP in the application layer
+ */
void HTPParseMemcap(void);
void *HTPMalloc(size_t size);
* 02110-1301, USA.
*/
+/**
+ * \file
+ *
+ * SMB protocol handling
+ */
+
#include "suricata-common.h"
#include "suricata.h"
* 02110-1301, USA.
*/
+/**
+ * \file
+ *
+ * SMB protocol handling
+ */
+
#ifndef __APP_LAYER_SMB_H__
#define __APP_LAYER_SMB_H__
*/
/**
+ * \file
+ *
* \author Victor Julien <victor@inliniac.net>
* \author Anoop Saldanha <anoopsaldanha@gmail.com>
+ *
+ * Application layer handling and protocols implementation
*/
#ifndef __APP_LAYER_H__