MCPcopy 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
25class SDNVValueError(Exception):
26 def __init__(self, maxValue):
27 self.maxValue = maxValue
28
29
30class SDNV:

Callers 2

encodeMethod · 0.85
decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected