dns-message-parser 0.9.0

Libary to encode and decode DNS packets
Documentation
1
2
3
4
5
6
7
use crate::decode::Decoder;

impl<'a, 'b: 'a> Decoder<'a, 'b> {
    impl_decode_rr_vec!(EID, data, rr_eid);

    impl_decode_rr_vec!(NIMLOC, data, rr_nimloc);
}