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

Method post_dissection

scapy/packet.py:383–386  ·  view source on GitHub ↗

DEV: is called after the dissection of the whole packet

(self, pkt)

Source from the content-addressed store, hash-verified

381 self.payload.dissection_done(pkt)
382
383 def post_dissection(self, pkt):
384 # type: (Packet) -> None
385 """DEV: is called after the dissection of the whole packet"""
386 pass
387
388 def get_field(self, fld):
389 # type: (str) -> AnyField

Callers 1

dissection_doneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected