| 155 | |
| 156 | |
| 157 | class 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 | |
| 168 | class PIMv2HelloStateRefreshValue(_PIMv2GenericHello): |
nothing calls this directly
no test coverage detected
searching dependent graphs…