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

Class LL_ENC_RSP

scapy/layers/bluetooth4LE.py:493–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491
492
493class LL_ENC_RSP(Packet):
494 name = 'LL_ENC_RSP'
495 fields_desc = [
496 XLELongField("skds", 0),
497 XLEIntField("ivs", 0),
498 ]
499
500
501class LL_START_ENC_REQ(Packet):

Callers

nothing calls this directly

Calls 2

XLELongFieldClass · 0.90
XLEIntFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…