Exemplo n.º 1
0
 def i2repr(self, pkt, x):
     return lhex(self.i2h(pkt, x))
Exemplo n.º 2
0
 def i2repr(self, pkt, x):
     from scapy.utils import lhex
     return lhex(self.i2h(pkt, x))
Exemplo n.º 3
0
 def i2repr(self, pkt, x):
     return lhex(self.i2h(pkt, x))
Exemplo n.º 4
0
 def i2repr(self, pkt, x):
     from scapy.utils import lhex
     return lhex(self.i2h(pkt, x))