Squashed commit of the following:
commit
ea235de539cf4d7a36d07983133e1137e8fcccd1
Author: Sreeja Athirkandathil Narayanan <sathirka@cisco.com>
Date: Wed Apr 29 11:39:52 2020 -0400
appid: Update miscellaneous appid on first decrypted packet
if (asd.get_session_flags(APPID_SESSION_DECRYPTED))
{
if (asd.misc_app_id == APP_ID_NONE)
+ {
asd.update_encrypted_app_id(service_id);
+ misc_id = asd.misc_app_id;
+ }
}
else if (is_discovery_done and asd.get_session_flags(APPID_SESSION_DECRYPT_MONITOR))
asd.set_session_flags(APPID_SESSION_CONTINUE);