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

Class DataDecoder

impacket/ImpactDecoder.py:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 return ic
353
354class DataDecoder(Decoder):
355 def decode(self, aBuffer):
356 d = ImpactPacket.Data(aBuffer)
357 self.set_decoded_protocol( d )
358 return d
359
360class BaseDot11Decoder(Decoder):
361 def __init__(self, key_manager=None):

Callers 15

decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85
decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…