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

Lookup a chap_password octets value from a packet.

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