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

Class EQLTLV

scapy/contrib/esmc.py:42–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class EQLTLV(ESMC):
43 name = "EQLTLV"
44 fields_desc = [
45 ByteField("type", 2),
46 ShortField("length", 0x14),
47 XByteField("enhancedSsmCode", 0xFF),
48 XStrFixedLenField("clockIdentity", b"\x00" * 8, 8),
49 ByteField("flag", 0),
50 ByteField("cascaded_eEEcs", 1),
51 ByteField("cascaded_EEcs", 0),
52 XStrFixedLenField("reserved", b"\x00" * 5, 5),
53 ]
54
55
56bind_layers(SlowProtocol, ESMC, subtype=10)

Callers

nothing calls this directly

Calls 4

ByteFieldClass · 0.90
ShortFieldClass · 0.90
XByteFieldClass · 0.90
XStrFixedLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…