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

Class IGMPDecoder

impacket/ImpactDecoder.py:305–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 return t
304
305class IGMPDecoder(Decoder):
306 def __init__(self):
307 pass
308 def decode(self, aBuffer):
309 ig = ImpactPacket.IGMP(aBuffer)
310 off = ig.get_header_size()
311 self.data_decoder = DataDecoder()
312 packet = self.data_decoder.decode(aBuffer[off:])
313 ig.contains(packet)
314 return ig
315
316
317class IPDecoderForICMP(Decoder):

Callers 1

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…