You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are not using any serializers for getting the policy and are doing it all in the handler, this should be abstracted and fixed to support the 2 policy types:
Policy type (4 bytes, int32):
Usage = 0
Privacy = 1
This should be added to the request structure after the MessageId and SessionKey. And update example configs.
The text was updated successfully, but these errors were encountered:
hashsploit
changed the title
Medius Policy message has 2 types
Medius Policy request has 2 types
Jan 4, 2021
Currently we are not using any serializers for getting the policy and are doing it all in the handler, this should be abstracted and fixed to support the 2 policy types:
Policy type (4 bytes, int32):
This should be added to the request structure after the MessageId and SessionKey. And update example configs.
The text was updated successfully, but these errors were encountered: