Home | Trees | Index | Help |
|
---|
Package dpkt :: Module netbios |
|
Network Basic Input/Output System.
Classes | |
---|---|
Datagram |
NetBIOS Datagram Service. |
NS |
NetBIOS Name Service. |
Session |
NetBIOS Session Service. |
Function Summary | |
---|---|
Return the NetBIOS first-level decoded nbname. | |
Return the NetBIOS first-level encoded name. | |
node_to_service_name((name,
service,
flags))
|
Variable Summary | |
---|---|
int |
DGRAM_BROADCAST = 18 |
int |
DGRAM_ERROR = 19 |
int |
DGRAM_GROUP = 17 |
int |
DGRAM_NEGATIVE = 22 |
int |
DGRAM_POSITIVE = 21 |
int |
DGRAM_QUERY = 20 |
int |
DGRAM_UNIQUE = 16 |
dict |
nbstat_svcs = {(190, 1): [('', 'Network Monitor Agent')]...
|
int |
NS_IN = 1 |
int |
SSN_KEEPALIVE = 5 |
int |
SSN_MESSAGE = 0 |
int |
SSN_NEGATIVE = 3 |
int |
SSN_POSITIVE = 2 |
int |
SSN_REQUEST = 1 |
int |
SSN_RETARGET = 4 |
Function Details |
---|
decode_name(nbname)Return the NetBIOS first-level decoded nbname. |
encode_name(name)Return the NetBIOS first-level encoded name. |
Variable Details |
---|
DGRAM_BROADCAST
|
DGRAM_ERROR
|
DGRAM_GROUP
|
DGRAM_NEGATIVE
|
DGRAM_POSITIVE
|
DGRAM_QUERY
|
DGRAM_UNIQUE
|
NS_IN
|
SSN_KEEPALIVE
|
SSN_MESSAGE
|
SSN_NEGATIVE
|
SSN_POSITIVE
|
SSN_REQUEST
|
SSN_RETARGET
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Oct 1 11:24:13 2006 | http://epydoc.sf.net |