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

Lookup a originating_line_info fixed-length octets value from a packet.

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