DEV: is called right after the current layer has been dissected
(self, s)
| 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 |