Home | Trees | Indices | Help |
|
---|
|
1 # $Id: smb.py 23 2006-11-08 15:45:33Z dugsong $ 2 3 """Server Message Block.""" 4 5 import dpkt 68 __hdr__ = [ 9 ('proto', '4s', ''), 10 ('cmd', 'B', 0), 11 ('err', 'I', 0), 12 ('flags1', 'B', 0), 13 ('flags2', 'B', 0), 14 ('pad', '6s', ''), 15 ('tid', 'H', 0), 16 ('pid', 'H', 0), 17 ('uid', 'H', 0), 18 ('mid', 'H', 0) 19 ]20
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 19 07:50:10 2015 | http://epydoc.sourceforge.net |