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

Class MACsecSCI

scapy/layers/eap.py:541–560  ·  view source on GitHub ↗

Secure Channel Identifier.

Source from the content-addressed store, hash-verified

539
540
541class MACsecSCI(Packet):
542 """
543 Secure Channel Identifier.
544 """
545
546 #########################################################################
547 #
548 # IEEE 802.1AE-2006 standard
549 # Section 9.9
550 #########################################################################
551 #
552
553 name = "SCI"
554 fields_desc = [
555 SourceMACField("system_identifier"),
556 ShortField("port_identifier", 0)
557 ]
558
559 def extract_padding(self, s):
560 return "", s
561
562
563class MKAParamSet(Packet):

Callers 1

MKABasicParamSetClass · 0.85

Calls 2

SourceMACFieldClass · 0.90
ShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…