Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ i2count
Method
i2count
scapy/layers/inet6.py:246–249 ·
view source on GitHub ↗
(self, pkt, i)
Source
from the content-addressed store, hash-verified
244
return
16 * len(i)
245
246
def
i2count(self, pkt, i):
247
if
isinstance(i, list):
248
return
len(i)
249
return
0
250
251
def
getfield(self, pkt, s):
252
c = tmp_len = None
Callers
3
post_build
Method · 0.45
_NEGOEX_post_build
Function · 0.45
_NTLM_post_build
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected