hi_server.h

来自「snort-2.1.0入侵检测」· C头文件 代码 · 共 29 行

H
29
字号
/****  @file       hi_server.h**  **  @author     Daniel Roelker <droelker@sourcefire.com>**  **  @brief      Header file for HttpInspect Server Module**  **  This file defines the server structure and functions to access server**  inspection.**  **  NOTE:**      - Initial development.  DJR*/#ifndef __HI_SERVER_H__#define __HI_SERVER_H__#include "hi_include.h"typedef struct s_HI_SERVER{    unsigned char *header;    int           header_size;} HI_SERVER;int hi_server_inspection(void *S, unsigned char *data, int dsize);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?