A placeholder. This function is called immediately after plugin args are processed and set in decode.py. A plugin can overwrite this function to perform actions based on the arg values as soon as they are set, before decode.py does any further processing (e.
(self)
| 301 | return pkt |
| 302 | |
| 303 | def handle_plugin_options(self): |
| 304 | """ |
| 305 | A placeholder. |
| 306 | |
| 307 | This function is called immediately after plugin args are processed |
| 308 | and set in decode.py. A plugin can overwrite this function to perform |
| 309 | actions based on the arg values as soon as they are set, before |
| 310 | decode.py does any further processing (e.g. updating a BPF based on |
| 311 | provided arguments before handling --ebpf and --bpf flags). |
| 312 | """ |
| 313 | pass |
| 314 | |
| 315 | def _premodule(self): |
| 316 | """ |