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

Module dpkt.sctp

Stream Control Transmission Protocol.

Classes
Chunk  
SCTP  

Variable Summary
int ABORT = 6                                                                     
int COOKIE_ACK = 11                                                                    
int COOKIE_ECHO = 10                                                                    
int CWR = 13                                                                    
int DATA = 0                                                                     
int ECNE = 12                                                                    
int ERROR = 9                                                                     
int HEARTBEAT = 4                                                                     
int HEARTBEAT_ACK = 5                                                                     
int INIT = 1                                                                     
int INIT_ACK = 2                                                                     
int SACK = 3                                                                     
int SHUTDOWN = 7                                                                     
int SHUTDOWN_ACK = 8                                                                     
int SHUTDOWN_COMPLETE = 14                                                                    

Variable Details

ABORT

Type:
int
Value:
6                                                                     

COOKIE_ACK

Type:
int
Value:
11                                                                    

COOKIE_ECHO

Type:
int
Value:
10                                                                    

CWR

Type:
int
Value:
13                                                                    

DATA

Type:
int
Value:
0                                                                     

ECNE

Type:
int
Value:
12                                                                    

ERROR

Type:
int
Value:
9                                                                     

HEARTBEAT

Type:
int
Value:
4                                                                     

HEARTBEAT_ACK

Type:
int
Value:
5                                                                     

INIT

Type:
int
Value:
1                                                                     

INIT_ACK

Type:
int
Value:
2                                                                     

SACK

Type:
int
Value:
3                                                                     

SHUTDOWN

Type:
int
Value:
7                                                                     

SHUTDOWN_ACK

Type:
int
Value:
8                                                                     

SHUTDOWN_COMPLETE

Type:
int
Value:
14                                                                    

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