Package dpkt :: Module dns
[show private | hide private]
[frames | no frames]

Module dpkt.dns

Domain Name System.

Classes
DNS  

Function Summary
  pack_name(name, off, label_ptrs)
  unpack_name(buf, off)

Variable Summary
int DNS_A = 1                                                                     
int DNS_AAAA = 28                                                                    
int DNS_ANY = 255                                                                   
int DNS_CHAOS = 3                                                                     
int DNS_CNAME = 5                                                                     
int DNS_HESIOD = 4                                                                     
int DNS_HINFO = 13                                                                    
int DNS_IN = 1                                                                     
int DNS_IQUERY = 1                                                                     
int DNS_MX = 15                                                                    
int DNS_NOTIFY = 4                                                                     
int DNS_NS = 2                                                                     
int DNS_PTR = 12                                                                    
int DNS_Q = 0                                                                     
int DNS_QUERY = 0                                                                     
int DNS_R = 1                                                                     
int DNS_RCODE_FORMERR = 1                                                                     
int DNS_RCODE_NOERR = 0                                                                     
int DNS_RCODE_NOTAUTH = 9                                                                     
int DNS_RCODE_NOTIMP = 4                                                                     
int DNS_RCODE_NOTZONE = 10                                                                    
int DNS_RCODE_NXDOMAIN = 3                                                                     
int DNS_RCODE_NXRRSET = 8                                                                     
int DNS_RCODE_REFUSED = 5                                                                     
int DNS_RCODE_SERVFAIL = 2                                                                     
int DNS_RCODE_YXDOMAIN = 6                                                                     
int DNS_RCODE_YXRRSET = 7                                                                     
int DNS_SOA = 6                                                                     
int DNS_SRV = 33                                                                    
int DNS_STATUS = 2                                                                     
int DNS_TXT = 16                                                                    
int DNS_UPDATE = 5                                                                     

Variable Details

DNS_A

Type:
int
Value:
1                                                                     

DNS_AAAA

Type:
int
Value:
28                                                                    

DNS_ANY

Type:
int
Value:
255                                                                   

DNS_CHAOS

Type:
int
Value:
3                                                                     

DNS_CNAME

Type:
int
Value:
5                                                                     

DNS_HESIOD

Type:
int
Value:
4                                                                     

DNS_HINFO

Type:
int
Value:
13                                                                    

DNS_IN

Type:
int
Value:
1                                                                     

DNS_IQUERY

Type:
int
Value:
1                                                                     

DNS_MX

Type:
int
Value:
15                                                                    

DNS_NOTIFY

Type:
int
Value:
4                                                                     

DNS_NS

Type:
int
Value:
2                                                                     

DNS_PTR

Type:
int
Value:
12                                                                    

DNS_Q

Type:
int
Value:
0                                                                     

DNS_QUERY

Type:
int
Value:
0                                                                     

DNS_R

Type:
int
Value:
1                                                                     

DNS_RCODE_FORMERR

Type:
int
Value:
1                                                                     

DNS_RCODE_NOERR

Type:
int
Value:
0                                                                     

DNS_RCODE_NOTAUTH

Type:
int
Value:
9                                                                     

DNS_RCODE_NOTIMP

Type:
int
Value:
4                                                                     

DNS_RCODE_NOTZONE

Type:
int
Value:
10                                                                    

DNS_RCODE_NXDOMAIN

Type:
int
Value:
3                                                                     

DNS_RCODE_NXRRSET

Type:
int
Value:
8                                                                     

DNS_RCODE_REFUSED

Type:
int
Value:
5                                                                     

DNS_RCODE_SERVFAIL

Type:
int
Value:
2                                                                     

DNS_RCODE_YXDOMAIN

Type:
int
Value:
6                                                                     

DNS_RCODE_YXRRSET

Type:
int
Value:
7                                                                     

DNS_SOA

Type:
int
Value:
6                                                                     

DNS_SRV

Type:
int
Value:
33                                                                    

DNS_STATUS

Type:
int
Value:
2                                                                     

DNS_TXT

Type:
int
Value:
16                                                                    

DNS_UPDATE

Type:
int
Value:
5                                                                     

Generated by Epydoc 2.1 on Sun Oct 1 11:24:13 2006 http://epydoc.sf.net