|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "app-layer.h"#include "app-layer-detect-proto.h"#include "app-layer-parser.h"#include "app-layer-tftp.h"
Go to the source code of this file.
Macros | |
| #define | TFTP_DEFAULT_PORT "69" |
| #define | TFTP_MIN_FRAME_LEN 4 |
Functions | |
| void | RegisterTFTPParsers (void) |
Parser for NTP application layer running on UDP port 69.
Definition in file app-layer-tftp.c.
| #define TFTP_DEFAULT_PORT "69" |
Definition at line 39 of file app-layer-tftp.c.
| #define TFTP_MIN_FRAME_LEN 4 |
Definition at line 43 of file app-layer-tftp.c.
| void RegisterTFTPParsers | ( | void | ) |
Definition at line 155 of file app-layer-tftp.c.
References ALPROTO_TFTP, AppLayerProtoDetectRegisterProtocol(), RunmodeIsUnittests(), SCAppLayerProtoDetectConfProtoDetectionEnabled(), SCAppLayerProtoDetectPPRegister(), SCLogDebug, TFTP_DEFAULT_PORT, and TFTP_MIN_FRAME_LEN.
