blob: 969107de42a3edb94704746305c814b5d2884d82 (
plain)
1
2
3
4
5
6
|
module DNSTester {
type integer Identification( 0..65535 ); // 16-bit integer
type enumerated MessageKind {e_Question, e_Answer};
type charstring Question;
type charstring Answer;
}
|