resynth 0.4.0

A packet synthesis language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 # DNS Opcode
## Index


### Constants

| Name | Value |
| ---- | ----- |
| DSO | `(u8)0x06` |
| IQUERY | `(u8)0x01` |
| NOTIFY | `(u8)0x04` |
| QUERY | `(u8)0x00` |
| STATUS | `(u8)0x02` |
| UPDATE | `(u8)0x05` |