Mailing List Archive

Re: Dissector Plugin
Hi All,

I have written a dissector (10000 lines) with many dissect_XXX functions
that correspond to different interfaces in our system. I would like to
spread these function over multiple files where each file contains one
dissect_XXX function with it correponding hf_xxx variable initialization.
The main packet_XXX.c file calls these functions to analyze packets of
different properties. How can I do this?
All comments are welcomed.

Thanks,

Farzad