Home | Trees | Indices | Help |
|
---|
|
1 # $Id: tns.py 271 2006-01-11 16:03:33Z dugsong $ 2 3 """Transparent Network Substrate.""" 4 5 import dpkt 68 __hdr__ = ( 9 ('length', 'H', 0), 10 ('pktsum', 'H', 0), 11 ('type', 'B', 0), 12 ('rsvd', 'B', 0), 13 ('hdrsum', 'H', 0), 14 ('msg', '0s', ''), 15 )24
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Sep 23 00:54:38 2009 | http://epydoc.sourceforge.net |