Home
last modified time | relevance | path

Searched refs:tcp_nocontent (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfportobject.h184 PortObject * tcp_nocontent; member
/dports/security/snort/snort-2.9.18/src/
H A Dparser.c11297 rpt->tcp_nocontent = PortObjectNew(); in PortTablesNew()
11298 if (rpt->tcp_nocontent == NULL) in PortTablesNew()
11300 PortObjectAddPortAny(rpt->tcp_nocontent); in PortTablesNew()
11515 RuleListSortUniq(port_tables->tcp_nocontent->rule_list); in PortTablesFinish()
11592 if (port_tables->tcp_nocontent) in PortTablesFree()
11593 PortObjectFree(port_tables->tcp_nocontent); in PortTablesFree()
H A Dfpcreate.c2164 …if (fpCreateInitRuleMap(sc->prmTcpRTNX, p->tcp_src, p->tcp_dst, p->tcp_anyany, p->tcp_nocontent, p… in fpCreateRuleMaps()