Skip to main content

compare_dns_name

Function compare_dns_name 

Source
fn compare_dns_name(
    packet: &[u8],
    start_idx: usize,
    expected: &str,
) -> Result<(bool, usize), &'static str>