Home
last modified time | relevance | path

Searched refs:pRopts (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/gtp/
H A Dgtp.cc61 pRopts->gtp_type = gtpMsg.msg_type; in GTP_Process()
62 pRopts->gtp_version = gtpMsg.version; in GTP_Process()
63 pRopts->gtp_infoElements = gtpMsg.info_elements; in GTP_Process()
64 pRopts->gtp_header = gtpMsg.gtp_header; in GTP_Process()
65 pRopts->msg_id = gtpMsg.msg_id; in GTP_Process()
75 GTP_Roptions* pRopts = &gfd->ropts; in GTPGetNewSession() local
78 return pRopts; in GTPGetNewSession()
88 if ( !pRopts ) in GTPmain()
90 pRopts = GTPGetNewSession(packetp); in GTPmain()
92 if ( !pRopts ) in GTPmain()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/sip/
H A Dsip.cc119 SIP_Roptions* pRopts; in SIP_Process() local
137 pRopts = &(sessp->ropts); in SIP_Process()
138 pRopts->method_data = sipMsg.method; in SIP_Process()
139 pRopts->method_len = sipMsg.methodLen; in SIP_Process()
140 pRopts->header_data = sipMsg.header; in SIP_Process()
141 pRopts->header_len = sipMsg.headerLen; in SIP_Process()
142 pRopts->body_len = sipMsg.bodyLen; in SIP_Process()
143 pRopts->body_data = sipMsg.body_data; in SIP_Process()
144 pRopts->status_code = sipMsg.status_code; in SIP_Process()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dspp_gtp.c260 GTP_Roptions *pRopts; in GTP_Process() local
263 pRopts = &(sessp->ropts); in GTP_Process()
282 pRopts->gtp_type = gtpMsg.msg_type; in GTP_Process()
283 pRopts->gtp_version = gtpMsg.version; in GTP_Process()
284 pRopts->gtp_infoElements = gtpMsg.info_elements; in GTP_Process()
285 pRopts->gtp_header = gtpMsg.gtp_header; in GTP_Process()
286 pRopts->msg_id = gtpMsg.msg_id; in GTP_Process()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sip/
H A Dspp_sip.c377 SIP_Roptions *pRopts; in SIP_Process() local
397 pRopts = &(sessp->ropts); in SIP_Process()
398 pRopts->methodFlag = sipMsg.methodFlag; in SIP_Process()
399 pRopts->header_data = sipMsg.header; in SIP_Process()
400 pRopts->header_len = sipMsg.headerLen; in SIP_Process()
401 pRopts->body_len = sipMsg.bodyLen; in SIP_Process()
402 pRopts->body_data = sipMsg.body_data; in SIP_Process()
403 pRopts->status_code = sipMsg.status_code; in SIP_Process()