| 491 | |
| 492 | |
| 493 | class LL_ENC_RSP(Packet): |
| 494 | name = 'LL_ENC_RSP' |
| 495 | fields_desc = [ |
| 496 | XLELongField("skds", 0), |
| 497 | XLEIntField("ivs", 0), |
| 498 | ] |
| 499 | |
| 500 | |
| 501 | class LL_START_ENC_REQ(Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…