예제 #1
0
파일: textexport.py 프로젝트: qyang18/fs
 def __init__(self, rname, bufsize=500):
     FlowExporter.__init__(self, rname)
     outname = self.routername + '_flow.txt'
     self.outfile = open(outname, 'wb')
     self.buffer = []
     self.bufsize = bufsize
예제 #2
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + '.cflowd'
     self.outfile = open(outname, 'wb')
예제 #3
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + '.cflowd'
     self.outfile = open(outname, 'wb')
예제 #4
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + ".cflowd"
     self.outfile = open(outname, "wb")