MCPcopy Index your code
hub / github.com/secdev/scapy / i2h

Method i2h

scapy/layers/inet.py:536–539  ·  view source on GitHub ↗
(self, pkt, x)

Source from the content-addressed store, hash-verified

534 return IPField.i2m(self, pkt, x)
535
536 def i2h(self, pkt, x):
537 if x is None:
538 x = self.dst_from_pkt(pkt)
539 return IPField.i2h(self, pkt, x)
540
541
542class IP(Packet, IPTools):

Callers

nothing calls this directly

Calls 1

dst_from_pktMethod · 0.80

Tested by

no test coverage detected