Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ i2len
Method
i2len
scapy/layers/dns.py:364–365 ·
view source on GitHub ↗
(self, pkt, x)
Source
from the content-addressed store, hash-verified
362
return
dns_encode(x, check_built=True)
363
364
def
i2len(self, pkt, x):
365
return
len(self.i2m(pkt, x))
366
367
def
get_full(self, pkt):
368
while
pkt and not isinstance(pkt, DNSCompressedPacket):
Callers
3
l2_register_l3_arp
Function · 0.45
_NEGOEX_post_build
Function · 0.45
_NTLM_post_build
Function · 0.45
Calls
1
i2m
Method · 0.95
Tested by
no test coverage detected