MCPcopy Index your code
hub / github.com/secdev/scapy / IKEv2_SA

Class IKEv2_SA

scapy/contrib/ikev2.py:729–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727
728
729class IKEv2_SA(IKEv2_Payload):
730 name = "IKEv2 SA"
731 fields_desc = IKEv2_Payload.fields_desc[:3] + [
732 PacketLenField("prop", conf.raw_layer(), IKEv2_Proposal, length_from=lambda pkt: pkt.length - 4), # noqa: E501
733 ]
734
735
736class IKEv2_Nonce(IKEv2_Payload):

Callers 1

ikev2scanFunction · 0.85

Calls 1

PacketLenFieldClass · 0.90

Tested by

no test coverage detected