Function radius::core::rfc2869::lookup_message_authenticator[][src]

pub fn lookup_message_authenticator(packet: &Packet) -> Option<Vec<u8>>
Expand description

Lookup a message_authenticator octets value from a packet.

It returns the first looked up value. If there is no associated value with message_authenticator, it returns None.