
Farzad.Farzan at tas
Jun 16, 2006, 10:53 AM
Post #1 of 1
(724 views)
Permalink
|
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
|