예제 #1
0
파일: tcp.py 프로젝트: superbobry/cxnet
 def __init__(self):
     BigEndianStructure.__init__(self)
     self.protocol = 6
예제 #2
0
파일: ip4.py 프로젝트: superbobry/cxnet
 def __init__(self):
     BigEndianStructure.__init__(self)
     self.version = 4
     self.ttl = 64
     self.id = 0