MCPcopy Create free account
hub / github.com/secdev/scapy / PIMv2HelloGenerationID

Class PIMv2HelloGenerationID

scapy/contrib/pim.py:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157class PIMv2HelloGenerationID(_PIMv2GenericHello):
158 name = "PIMv2 Hello Options : Generation ID"
159 fields_desc = [
160 ShortField("type", 20),
161 FieldLenField(
162 "length", None, length_of="generation_id", fmt="!H"
163 ),
164 IntField("generation_id", RandInt())
165 ]
166
167
168class PIMv2HelloStateRefreshValue(_PIMv2GenericHello):

Callers

nothing calls this directly

Calls 4

ShortFieldClass · 0.90
FieldLenFieldClass · 0.90
IntFieldClass · 0.90
RandIntClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…