MCPcopy Index your code
hub / github.com/secdev/scapy / do_dissect

Method do_dissect

scapy/asn1packet.py:53–55  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

51 return self.ASN1_root.build(self)
52
53 def do_dissect(self, x):
54 # type: (bytes) -> bytes
55 return self.ASN1_root.dissect(self, x)

Callers

nothing calls this directly

Calls 1

dissectMethod · 0.45

Tested by

no test coverage detected