Esempio n. 1
0
    def __init__(self, netzob, plugin):
        """Constructor of IpcCapturerController:

                @type netzob: netzob.NetzobGUI.NetzobGUI
                @param netzob: the main netzob project.
        """
        view = IpcCapturerView(plugin, self)
        super(IpcCapturerController, self).__init__(netzob, plugin, view)
        self.model = IpcCapturer(netzob)
        self.updateProcessList_cb(None)