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

Method e_bit

scapy/contrib/macsec.py:104–106  ·  view source on GitHub ↗

returns the value of the E bit for packets sent through this SA

(self)

Source from the content-addressed store, hash-verified

102 return assoc, enc, icv
103
104 def e_bit(self):
105 """returns the value of the E bit for packets sent through this SA"""
106 return self.do_encrypt
107
108 def c_bit(self):
109 """returns the value of the C bit for packets sent through this SA"""

Callers 1

encapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected