Module dns_parser::name [] [src]

Reexports

use std::prelude::v1::*;
use std::fmt;
use std::fmt::Write;
use std::str::from_utf8;
use std::ascii::AsciiExt;
use byteorder::{BigEndian, ByteOrder};
use ::{Error};

Structs

Name

The DNS name as stored in the original packet