Squashed commit of the following:
commit
2721acae70b568e4d8e54b72c2318e81a8b6ca0f
Author: Carter Waxman <cwaxman@cisco.com>
Date: Tue Jan 10 10:53:38 2017 -0500
new kerberos appid flows are counted when appid creates its flowdata
service_mod.api->add_service(asd, pkt, dir, &svc_element, APP_ID_KERBEROS,
nullptr, krbs->ver, nullptr);
asd->set_session_flags(APPID_SESSION_SERVICE_DETECTED);
- appid_stats.kerberos_flows++;
}
}
fd->clnt_state.state = KRB_STATE_APP;
fd->svr_state.state = KRB_STATE_APP;
}
+ appid_stats.kerberos_flows++;
}
if (!fd->set_flags)