| 
    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-nfs-tcp.h"#include "rust.h"
Go to the source code of this file.
Functions | |
| void | RegisterNFSTCPParsers (void) | 
NFS application layer detector and parser.
This implements a application layer for the NFS protocol running on port 2049.
Definition in file app-layer-nfs-tcp.c.
| void RegisterNFSTCPParsers | ( | void | ) | 
Definition at line 46 of file app-layer-nfs-tcp.c.
References SCAppLayerProtoDetectConfProtoDetectionEnabled().
