suricata
detect-http-headers.c
Go to the documentation of this file.
1
/* Copyright (C) 2007-2017 Open Information Security Foundation
2
*
3
* You can copy, redistribute or modify this Program under the terms of
4
* the GNU General Public License version 2 as published by the Free
5
* Software Foundation.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* version 2 along with this program; if not, write to the Free Software
14
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
15
* 02110-1301, USA.
16
*/
17
18
#include "
detect-http-accept.h
"
19
#include "
detect-http-accept-enc.h
"
20
#include "
detect-http-accept-lang.h
"
21
#include "
detect-http-connection.h
"
22
#include "
detect-http-content-len.h
"
23
#include "
detect-http-content-type.h
"
24
#include "
detect-http-location.h
"
25
#include "
detect-http-server.h
"
26
#include "
detect-http-referer.h
"
27
#include "
detect-http-headers.h
"
28
29
void
DetectHttpHeadersRegister
(
void
)
30
{
31
RegisterHttpHeadersAccept
();
32
RegisterHttpHeadersAcceptEnc
();
33
RegisterHttpHeadersAcceptLang
();
34
RegisterHttpHeadersReferer
();
35
RegisterHttpHeadersConnection
();
36
RegisterHttpHeadersContentLen
();
37
RegisterHttpHeadersContentType
();
38
RegisterHttpHeadersServer
();
39
RegisterHttpHeadersLocation
();
40
}
41
RegisterHttpHeadersContentType
void RegisterHttpHeadersContentType(void)
Definition:
detect-http-content-type.c:46
DetectHttpHeadersRegister
void DetectHttpHeadersRegister(void)
Definition:
detect-http-headers.c:29
RegisterHttpHeadersAcceptEnc
void RegisterHttpHeadersAcceptEnc(void)
Definition:
detect-http-accept-enc.c:45
RegisterHttpHeadersServer
void RegisterHttpHeadersServer(void)
Definition:
detect-http-server.c:47
RegisterHttpHeadersAccept
void RegisterHttpHeadersAccept(void)
Definition:
detect-http-accept.c:45
RegisterHttpHeadersLocation
void RegisterHttpHeadersLocation(void)
Definition:
detect-http-location.c:47
RegisterHttpHeadersReferer
void RegisterHttpHeadersReferer(void)
Definition:
detect-http-referer.c:45
detect-http-server.h
RegisterHttpHeadersAcceptLang
void RegisterHttpHeadersAcceptLang(void)
Definition:
detect-http-accept-lang.c:45
detect-http-connection.h
RegisterHttpHeadersConnection
void RegisterHttpHeadersConnection(void)
Definition:
detect-http-connection.c:46
detect-http-accept-enc.h
RegisterHttpHeadersContentLen
void RegisterHttpHeadersContentLen(void)
Definition:
detect-http-content-len.c:46
detect-http-content-len.h
detect-http-headers.h
detect-http-referer.h
detect-http-content-type.h
detect-http-location.h
detect-http-accept.h
detect-http-accept-lang.h
src
detect-http-headers.c
Generated on Thu Nov 21 2024 23:30:31 for suricata by
1.8.18