DEV: is called after the dissection of the whole packet
(self, pkt)
| 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 |