Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ SDNVValueError
Class
SDNVValueError
scapy/contrib/sdnv.py:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
class
SDNVValueError(Exception):
26
def
__init__(self, maxValue):
27
self.maxValue = maxValue
28
29
30
class
SDNV:
Callers
2
encode
Method · 0.85
decode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected