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

Module dpkt.dhcp

Dynamic Host Configuration Protocol.

Classes
DHCP  

Variable Summary
int DHCP_MAGIC = 1669485411                                                            
int DHCP_OP_REPLY = 2                                                                     
int DHCP_OP_REQUEST = 1                                                                     
int DHCP_OPT_ARPTIMEOUT = 35                                                                    
int DHCP_OPT_BOOTFILESIZE = 13                                                                    
int DHCP_OPT_BROADCASTADDR = 28                                                                    
int DHCP_OPT_COOKIESERV = 8                                                                     
int DHCP_OPT_DOMASKDISCOV = 29                                                                    
int DHCP_OPT_DOROUTEDISC = 31                                                                    
int DHCP_OPT_DUMPFILE = 14                                                                    
int DHCP_OPT_ETHERENCAP = 36                                                                    
int DHCP_OPT_EXTENPATH = 18                                                                    
int DHCP_OPT_FINGERSERVER = 73                                                                    
int DHCP_OPT_IMPSERV = 10                                                                    
int DHCP_OPT_IPFORWARD = 19                                                                    
int DHCP_OPT_IPTTL = 23                                                                    
int DHCP_OPT_IRCSERVER = 74                                                                    
int DHCP_OPT_LOCALSUBNETS = 27                                                                    
int DHCP_OPT_LOGSERV = 7                                                                     
int DHCP_OPT_LPRSERV = 9                                                                     
int DHCP_OPT_MASKSUPPLY = 30                                                                    
int DHCP_OPT_MAXASMSIZE = 22                                                                    
int DHCP_OPT_MAXMSGSIZE = 57                                                                    
int DHCP_OPT_MESSAGE = 56                                                                    
int DHCP_OPT_MOBILEIPAGENT = 68                                                                    
int DHCP_OPT_MTUSIZE = 26                                                                    
int DHCP_OPT_MTUTABLE = 25                                                                    
int DHCP_OPT_MTUTIMEOUT = 24                                                                    
int DHCP_OPT_NAMESERVER = 5                                                                     
int DHCP_OPT_NBDD = 45                                                                    
int DHCP_OPT_NBNS = 44                                                                    
int DHCP_OPT_NBTCPIP = 46                                                                    
int DHCP_OPT_NBTCPSCOPE = 47                                                                    
int DHCP_OPT_NISDOMAIN = 40                                                                    
int DHCP_OPT_NISPLUSDOMAIN = 64                                                                    
int DHCP_OPT_NISPLUSSERVERS = 65                                                                    
int DHCP_OPT_NISSERVERS = 41                                                                    
int DHCP_OPT_NISTIMESERV = 42                                                                    
int DHCP_OPT_NNTPSERVER = 71                                                                    
int DHCP_OPT_OPTIONOVERLOAD = 52                                                                    
int DHCP_OPT_POLICYFILTER = 21                                                                    
int DHCP_OPT_POP3SERVER = 70                                                                    
int DHCP_OPT_REBINDTIME = 59                                                                    
int DHCP_OPT_RENEWTIME = 58                                                                    
int DHCP_OPT_RESSERV = 11                                                                    
int DHCP_OPT_ROOTPATH = 17                                                                    
int DHCP_OPT_ROUTERSOLICIT = 32                                                                    
int DHCP_OPT_SMTPSERVER = 69                                                                    
int DHCP_OPT_SRCROUTE = 20                                                                    
int DHCP_OPT_STATICROUTE = 33                                                                    
int DHCP_OPT_STDASERVER = 76                                                                    
int DHCP_OPT_STSERVER = 75                                                                    
int DHCP_OPT_SWAPSERV = 16                                                                    
int DHCP_OPT_TCPALIVEGARBAGE = 39                                                                    
int DHCP_OPT_TCPKEEPALIVE = 38                                                                    
int DHCP_OPT_TCPTTL = 37                                                                    
int DHCP_OPT_TIMEOFFSET = 2                                                                     
int DHCP_OPT_TIMESERVER = 4                                                                     
int DHCP_OPT_TRAILERENCAP = 34                                                                    
int DHCP_OPT_VENDSPECIFIC = 43                                                                    
int DHCP_OPT_WWWSERVER = 72                                                                    
int DHCP_OPT_XDISPLAYMGR = 49                                                                    
int DHCP_OPT_XFONT = 48                                                                    
int DHCPACK = 5                                                                     
int DHCPDECLINE = 4                                                                     
int DHCPDISCOVER = 1                                                                     
int DHCPINFORM = 8                                                                     
int DHCPNAK = 6                                                                     
int DHCPOFFER = 2                                                                     
int DHCPRELEASE = 7                                                                     
int DHCPREQUEST = 3                                                                     

Variable Details

DHCP_MAGIC

Type:
int
Value:
1669485411                                                            

DHCP_OP_REPLY

Type:
int
Value:
2                                                                     

DHCP_OP_REQUEST

Type:
int
Value:
1                                                                     

DHCP_OPT_ARPTIMEOUT

Type:
int
Value:
35                                                                    

DHCP_OPT_BOOTFILESIZE

Type:
int
Value:
13                                                                    

DHCP_OPT_BROADCASTADDR

Type:
int
Value:
28                                                                    

DHCP_OPT_COOKIESERV

Type:
int
Value:
8                                                                     

DHCP_OPT_DOMASKDISCOV

Type:
int
Value:
29                                                                    

DHCP_OPT_DOROUTEDISC

Type:
int
Value:
31                                                                    

DHCP_OPT_DUMPFILE

Type:
int
Value:
14                                                                    

DHCP_OPT_ETHERENCAP

Type:
int
Value:
36                                                                    

DHCP_OPT_EXTENPATH

Type:
int
Value:
18                                                                    

DHCP_OPT_FINGERSERVER

Type:
int
Value:
73                                                                    

DHCP_OPT_IMPSERV

Type:
int
Value:
10                                                                    

DHCP_OPT_IPFORWARD

Type:
int
Value:
19                                                                    

DHCP_OPT_IPTTL

Type:
int
Value:
23                                                                    

DHCP_OPT_IRCSERVER

Type:
int
Value:
74                                                                    

DHCP_OPT_LOCALSUBNETS

Type:
int
Value:
27                                                                    

DHCP_OPT_LOGSERV

Type:
int
Value:
7                                                                     

DHCP_OPT_LPRSERV

Type:
int
Value:
9                                                                     

DHCP_OPT_MASKSUPPLY

Type:
int
Value:
30                                                                    

DHCP_OPT_MAXASMSIZE

Type:
int
Value:
22                                                                    

DHCP_OPT_MAXMSGSIZE

Type:
int
Value:
57                                                                    

DHCP_OPT_MESSAGE

Type:
int
Value:
56                                                                    

DHCP_OPT_MOBILEIPAGENT

Type:
int
Value:
68                                                                    

DHCP_OPT_MTUSIZE

Type:
int
Value:
26                                                                    

DHCP_OPT_MTUTABLE

Type:
int
Value:
25                                                                    

DHCP_OPT_MTUTIMEOUT

Type:
int
Value:
24                                                                    

DHCP_OPT_NAMESERVER

Type:
int
Value:
5                                                                     

DHCP_OPT_NBDD

Type:
int
Value:
45                                                                    

DHCP_OPT_NBNS

Type:
int
Value:
44                                                                    

DHCP_OPT_NBTCPIP

Type:
int
Value:
46                                                                    

DHCP_OPT_NBTCPSCOPE

Type:
int
Value:
47                                                                    

DHCP_OPT_NISDOMAIN

Type:
int
Value:
40                                                                    

DHCP_OPT_NISPLUSDOMAIN

Type:
int
Value:
64                                                                    

DHCP_OPT_NISPLUSSERVERS

Type:
int
Value:
65                                                                    

DHCP_OPT_NISSERVERS

Type:
int
Value:
41                                                                    

DHCP_OPT_NISTIMESERV

Type:
int
Value:
42                                                                    

DHCP_OPT_NNTPSERVER

Type:
int
Value:
71                                                                    

DHCP_OPT_OPTIONOVERLOAD

Type:
int
Value:
52                                                                    

DHCP_OPT_POLICYFILTER

Type:
int
Value:
21                                                                    

DHCP_OPT_POP3SERVER

Type:
int
Value:
70                                                                    

DHCP_OPT_REBINDTIME

Type:
int
Value:
59                                                                    

DHCP_OPT_RENEWTIME

Type:
int
Value:
58                                                                    

DHCP_OPT_RESSERV

Type:
int
Value:
11                                                                    

DHCP_OPT_ROOTPATH

Type:
int
Value:
17                                                                    

DHCP_OPT_ROUTERSOLICIT

Type:
int
Value:
32                                                                    

DHCP_OPT_SMTPSERVER

Type:
int
Value:
69                                                                    

DHCP_OPT_SRCROUTE

Type:
int
Value:
20                                                                    

DHCP_OPT_STATICROUTE

Type:
int
Value:
33                                                                    

DHCP_OPT_STDASERVER

Type:
int
Value:
76                                                                    

DHCP_OPT_STSERVER

Type:
int
Value:
75                                                                    

DHCP_OPT_SWAPSERV

Type:
int
Value:
16                                                                    

DHCP_OPT_TCPALIVEGARBAGE

Type:
int
Value:
39                                                                    

DHCP_OPT_TCPKEEPALIVE

Type:
int
Value:
38                                                                    

DHCP_OPT_TCPTTL

Type:
int
Value:
37                                                                    

DHCP_OPT_TIMEOFFSET

Type:
int
Value:
2                                                                     

DHCP_OPT_TIMESERVER

Type:
int
Value:
4                                                                     

DHCP_OPT_TRAILERENCAP

Type:
int
Value:
34                                                                    

DHCP_OPT_VENDSPECIFIC

Type:
int
Value:
43                                                                    

DHCP_OPT_WWWSERVER

Type:
int
Value:
72                                                                    

DHCP_OPT_XDISPLAYMGR

Type:
int
Value:
49                                                                    

DHCP_OPT_XFONT

Type:
int
Value:
48                                                                    

DHCPACK

Type:
int
Value:
5                                                                     

DHCPDECLINE

Type:
int
Value:
4                                                                     

DHCPDISCOVER

Type:
int
Value:
1                                                                     

DHCPINFORM

Type:
int
Value:
8                                                                     

DHCPNAK

Type:
int
Value:
6                                                                     

DHCPOFFER

Type:
int
Value:
2                                                                     

DHCPRELEASE

Type:
int
Value:
7                                                                     

DHCPREQUEST

Type:
int
Value:
3                                                                     

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