suricata
|
Go to the source code of this file.
Typedefs | |
typedef struct TFTPState_ | TFTPState |
typedef struct TFTPTransaction_ | TFTPTransaction |
Functions | |
void | RegisterTFTPParsers (void) |
Definition in file app-layer-tftp.h.
typedef struct TFTPState_ TFTPState |
Opaque Rust types.
Definition at line 30 of file app-layer-tftp.h.
typedef struct TFTPTransaction_ TFTPTransaction |
Definition at line 31 of file app-layer-tftp.h.
void RegisterTFTPParsers | ( | void | ) |
Definition at line 155 of file app-layer-tftp.c.
References ALPROTO_TFTP, AppLayerParserRegisterGetEventInfo(), AppLayerParserRegisterGetStateProgressFunc(), AppLayerParserRegisterGetTx(), AppLayerParserRegisterGetTxCnt(), AppLayerParserRegisterParser(), AppLayerParserRegisterStateDataFunc(), AppLayerParserRegisterStateFuncs(), AppLayerParserRegisterStateProgressCompletionStatus(), AppLayerParserRegisterTxDataFunc(), AppLayerParserRegisterTxFreeFunc(), AppLayerProtoDetectRegisterProtocol(), RunmodeIsUnittests(), SCAppLayerParserConfParserEnabled(), SCAppLayerParserRegisterLogger(), SCAppLayerProtoDetectConfProtoDetectionEnabled(), SCAppLayerProtoDetectPPParseConfPorts(), SCAppLayerProtoDetectPPRegister(), SCLogDebug, TFTP_DEFAULT_PORT, and TFTP_MIN_FRAME_LEN.
Referenced by AppLayerParserRegisterProtocolParsers().