|
suricata
|
#include "suricata-common.h"#include "stream.h"#include "conf.h"#include "util-unittest.h"#include "app-layer-detect-proto.h"#include "app-layer-parser.h"#include "app-layer-htp.h"#include "app-layer-http2.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| void | RegisterHTTP2Parsers (void) |
| void | SCHTTP2MimicHttp1Request (void *alstate_orig, void *h2s) |
Parser for HTTP2, RFC 7540
Definition in file app-layer-http2.c.
| void RegisterHTTP2Parsers | ( | void | ) |
Definition at line 54 of file app-layer-http2.c.
References ALPROTO_HTTP2, AppLayerProtoDetectRegisterProtocol(), and SCAppLayerProtoDetectConfProtoDetectionEnabledDefault().

| void SCHTTP2MimicHttp1Request | ( | void * | alstate_orig, |
| void * | h2s | ||
| ) |
Definition at line 72 of file app-layer-http2.c.
References HtpGetTxForH2().
