Ejemplo n.º 1
0
 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
Ejemplo n.º 2
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + '.cflowd'
     self.outfile = open(outname, 'wb')
Ejemplo n.º 3
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + '.cflowd'
     self.outfile = open(outname, 'wb')
Ejemplo n.º 4
0
 def __init__(self, rname):
     FlowExporter.__init__(self, rname)
     outname = self.routername + ".cflowd"
     self.outfile = open(outname, "wb")