Hello,

I have created my own custom dissector, it will take raw data and send it to a 
sort of "proxy" dll that will send the raw data elsewhere to be decoded and 
then sent back. However i'm having a bit of trouble doing this since i'm new to 
it all. So i had a few questions. 

1) In what order are the functions in the dissector called? If one of the 
functions is called at the start of the dissection then could i load my DLL 
there for later use in the dissect_foo() function?
2) I'm loading the dll implicitly, do i have to unload it? / how do i unload if 
i must?

i was hoping to load the dll and use global variables for the functions i will 
use so i can load it once, then use the functions in dissect_foo()

Thank you for any help,
Greg
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to