Пример #1
0
    def Run(self):
        selected = []
        framecollector = FrameCollector(self.dicts)

        #self.fragments=FrameCollector(self.dicts).results#tcpseq, orders: order: node: next
        httpSession = HttpSession(self.dicts, framecollector.results,
                                  framecollector.frags,
                                  framecollector.requests,
                                  framecollector.responses)
        self.sessions = httpSession.sessions
        self.timedicts = httpSession.timedicts