Esempio n. 1
0
 def equals(self, other):
     return isinstance(other, PingReport) and Report.equals(self, other)
Esempio n. 2
0
 def equals(self, other):
     return isinstance(other, SCTPInitReport) and Report.equals(self, other)
Esempio n. 3
0
 def __init__(self, xml):
     logging.info('Create Ping Report')
     Report.__init__(self, xml)
Esempio n. 4
0
 def equals(self, other):
     return isinstance(other, ConnectReport) and Report.equals(self, other)
Esempio n. 5
0
 def __init__(self, xml):
     logging.info('Create SCTPInit Report')
     Report.__init__(self, xml)
Esempio n. 6
0
 def __init__(self, xml):
     logging.info('Create Connect Report')
     Report.__init__(self, xml)
Esempio n. 7
0
 def equals(self, other):
     return isinstance(other, WindowReport) and Report.equals(self, other)
Esempio n. 8
0
 def __init__(self, xml):
     logging.info('Create WINDOW Report')
     Report.__init__(self, xml)
Esempio n. 9
0
 def equals(self, other):
     return isinstance(other, MaimonReport) and Report.equals(self, other)
Esempio n. 10
0
 def __init__(self, xml):
     logging.info('Create Maimon Report')
     Report.__init__(self, xml)