A placeholder. A plugin will be able to overwrite this function to perform an action after an individual file is processed.
(self)
| 384 | self.postfile() |
| 385 | |
| 386 | def postfile(self): |
| 387 | """ |
| 388 | A placeholder. |
| 389 | |
| 390 | A plugin will be able to overwrite this function to perform an action |
| 391 | after an individual file is processed. |
| 392 | """ |
| 393 | pass |
| 394 | |
| 395 | def filter(self, packet) -> bool: |
| 396 | """ |