Beispiel #1
0
 def END(self):
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
Beispiel #2
0
 def END(self):
     return self.filename, self.filedata
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
Beispiel #3
0
 def ERROR(self, pkt):
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
     return pkt[TFTP_ERROR].summary()
Beispiel #4
0
 def END(self):
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
Beispiel #5
0
 def END(self):
     return self.filename, self.filedata
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
Beispiel #6
0
 def ERROR(self, pkt):
     split_bottom_up(UDP, TFTP, dport=self.my_tid)
     return pkt[TFTP_ERROR].summary()