Esempio n. 1
0
 def dstHex(self):
     return macHex(self.dst)
Esempio n. 2
0
 def srcHex(self):
     return macHex(self.src)
Esempio n. 3
0
 def thaHex(self):
     # FIXME: should not assume Ethernet
     return macHex(self.tha)