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

Class RPLOptSolInfo

scapy/contrib/rpl.py:126–139  ·  view source on GitHub ↗

Control Option: Solicited Information

Source from the content-addressed store, hash-verified

124
125
126class RPLOptSolInfo(_RPLGuessOption):
127 """
128 Control Option: Solicited Information
129 """
130 name = "Solicited Information"
131 fields_desc = [ByteEnumField("otype", 7, RPLOPTSSTR),
132 ByteField("len", 19),
133 ByteField("RPLInstanceID", 0),
134 BitField("V", 0, 1),
135 BitField("I", 0, 1),
136 BitField("D", 0, 1),
137 BitField("flags", 0, 5),
138 IP6Field("dodagid", "::1"),
139 ByteField("ver", 0)]
140
141
142class RPLOptPIO(_RPLGuessOption):

Callers

nothing calls this directly

Calls 4

ByteEnumFieldClass · 0.90
ByteFieldClass · 0.90
BitFieldClass · 0.90
IP6FieldClass · 0.90

Tested by

no test coverage detected