⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Suricata
All Projects
Suricata
Overview
Activity
Roadmap
Issues
Wiki
Files
Download (1.04 KB)
Packet Inspection Module
» detect-helloworld.h
Example H file -
Victor Julien
, 11/30/2012 11:10 AM
/* Copyright (C) 2012 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
* Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* version 2 along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/
/**
* \file
*
* \author Yourname <youremail@yourdomain>
*/
#ifndef _DETECT_HELLOWORLD_H
#define _DETECT_HELLOWORLD_H
typedef
struct
DetectHelloWorldData_
{
uint8_t
helloworld1
;
/**< first value */
uint8_t
helloworld2
;
/**< second value */
}
DetectHelloWorldData
;
void
DetectHelloWorldRegister
(
void
);
#endif
/* _DETECT_HELLOWORLD_H */
« Previous
1
2
3
Next »
(3-3/3)
Loading...