MCPcopy
hub / github.com/fortra/impacket / decode

Method decode

impacket/ImpactDecoder.py:752–755  ·  view source on GitHub ↗
(self, aBuffer)

Source from the content-addressed store, hash-verified

750 pass
751
752 def decode(self, aBuffer):
753 s = CDP(aBuffer)
754 self.set_decoded_protocol( s )
755 return s
756
757class Dot11ManagementDecoder(BaseDot11Decoder):
758 def __init__(self):

Callers 1

decodeMethod · 0.95

Calls 2

CDPClass · 0.90
set_decoded_protocolMethod · 0.80

Tested by

no test coverage detected