Home | Trees | Indices | Help |
|
---|
|
1 # $Id: tns.py 23 2006-11-08 15:45: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 Thu Mar 19 07:50:10 2015 | http://epydoc.sourceforge.net |