appid_inspector.cc (snort3-3.1.28.0) | : | appid_inspector.cc (snort3-3.1.29.0) | ||
---|---|---|---|---|
skipping to change at line 141 | skipping to change at line 141 | |||
HttpEventHandler::RESPONSE_EVENT, *this), *sc); | HttpEventHandler::RESPONSE_EVENT, *this), *sc); | |||
DataBus::subscribe_global(HTTP2_REQUEST_BODY_EVENT_KEY, new AppIdHttp2ReqBod yEventHandler(), *sc); | DataBus::subscribe_global(HTTP2_REQUEST_BODY_EVENT_KEY, new AppIdHttp2ReqBod yEventHandler(), *sc); | |||
DataBus::subscribe_global(DATA_DECRYPT_EVENT, new DataDecryptEventHandler(), *sc); | DataBus::subscribe_global(DATA_DECRYPT_EVENT, new DataDecryptEventHandler(), *sc); | |||
DataBus::subscribe_global(DCERPC_EXP_SESSION_EVENT_KEY, new DceExpSsnEventHa ndler(), *sc); | DataBus::subscribe_global(DCERPC_EXP_SESSION_EVENT_KEY, new DceExpSsnEventHa ndler(), *sc); | |||
DataBus::subscribe_global(OPPORTUNISTIC_TLS_EVENT, new AppIdOpportunisticTls EventHandler(), *sc); | DataBus::subscribe_global(OPPORTUNISTIC_TLS_EVENT, new AppIdOpportunisticTls EventHandler(), *sc); | |||
DataBus::subscribe_global(EVE_PROCESS_EVENT, new AppIdEveProcessEventHandler (), *sc); | DataBus::subscribe_global(EVE_PROCESS_EVENT, new AppIdEveProcessEventHandler (*this), *sc); | |||
DataBus::subscribe_global(SSH_EVENT, new SshEventHandler(), *sc); | DataBus::subscribe_global(SSH_EVENT, new SshEventHandler(), *sc); | |||
DataBus::subscribe_global(FLOW_NO_SERVICE_EVENT, new AppIdServiceEventHandle r(*this), *sc); | DataBus::subscribe_global(FLOW_NO_SERVICE_EVENT, new AppIdServiceEventHandle r(*this), *sc); | |||
return true; | return true; | |||
} | } | |||
void AppIdInspector::show(const SnortConfig*) const | void AppIdInspector::show(const SnortConfig*) const | |||
{ | { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |