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