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

Method post_dissect

scapy/packet.py:1025–1028  ·  view source on GitHub ↗

DEV: is called right after the current layer has been dissected

(self, s)

Source from the content-addressed store, hash-verified

1023 return s, None
1024
1025 def post_dissect(self, s):
1026 # type: (bytes) -> bytes
1027 """DEV: is called right after the current layer has been dissected"""
1028 return s
1029
1030 def pre_dissect(self, s):
1031 # type: (bytes) -> bytes

Callers 1

dissectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected