Home | Trees | Indices | Help |
|
---|
|
1 '''ATA over Ethernet ATA command''' 2 3 import dpkt 46 __hdr__ = ( 7 ('bufcnt', 'H', 0), 8 ('fwver', 'H', 0), 9 ('scnt', 'B', 0), 10 ('aoeccmd', 'B', 0), 11 ('cslen', 'H', 0), 12 )13 14 15 if __name__ == '__main__': 16 import unittest 17 23 24 unittest.main() 25
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 19 07:50:08 2015 | http://epydoc.sourceforge.net |