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