发表评论取消回复
相关阅读
相关 suricata 3.1 源码分析18 (模块注册及初始化)
|Suricata支持多种数据包源:pcap(实时/文件)、nfq、ipfw、mpipe、af-packet、pfring、dag(实时/文件)、napatech。 每种数
相关 suricata 3.1 源码分析13 (流初始化)
简介 Suricata中用于管理和维护流的模块称为Flow Engine,主要由两部分实现,第一部分的入口点是FlowHandlePacket函数,用于为新数据包进行流查
相关 suricata 3.1 源码分析12
原文链接:[http://www.9mblog.com/104.html][http_www.9mblog.com_104.html] int engine\_retval
相关 suricata 3.1 源码分析11
原文链接: [http://www.9mblog.com/101.html][http_www.9mblog.com_101.html] /\ Wait till all
相关 suricata 3.1 源码分析7
DetectEngineCtx de_ctx = NULL; if (!suri.disabled_detect) { //detect设为启用
相关 suricata 3.1 源码分析5
if (PostConfLoadedSetup(&suri) != TM_ECODE_OK) { exit(EXIT_FAILURE);
相关 suricata 3.1 源码分析1
原文链接: [http://www.9mblog.com/5.html][http_www.9mblog.com_5.html] 首先进入main函数 int
相关 suricata 3.1 源码分析31 (RespondReject)
简介 RespondReject工作在worker线程,在FlowWorker模块之后对数据包进行处理。此处主要的作用是直接对符合过滤规则的数据包进行阻断并回复,从而使得数
相关 suricata 3.1 源码分析24 (数据包解码模块执行)
/ \brief This function passes off to link type decoders. DecodePcap reads packets
相关 suricata 3.1 源码分析23 (数据包解码模块注册及初始化)
简介 Suricata的解码模块与数据包获取模块是一一对应的,例如DecodePcap对应ReceivePcap,DecodeAFP对应ReceiveAFP。 然而,我
还没有评论,来说两句吧...