1 | initial version |
#include <python.h>
I think this isn't a Wireshark issue but rather how the Python libraries are going to be linked in or path to a python .dll
if needed at run time. Rather than trying to get the full dissector code to compile/link/run, try adding pieces to the working packet-foo.c
until it breaks. Getting the code in proto_reg_handoff_wibotic(void)
(renamed to proto_reg_handoff_foo(void)
) working would be a big step forward.