예제 #1
0
 def dstHex(self):
     return macHex(self.dst)
예제 #2
0
 def srcHex(self):
     return macHex(self.src)
예제 #3
0
파일: ARP.py 프로젝트: fabioolive/pcapfile
 def thaHex(self):
     # FIXME: should not assume Ethernet
     return macHex(self.tha)