Exemplo n.º 1
0
 def __init__(self, netzob, plugin):
     view = PCAPImporterView(plugin, self)
     super(PCAPImporterController, self).__init__(netzob, plugin, view)
     self.model = PCAPImporter(netzob)