ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] plugin made from asn.1 generated sources

From: Petr Kovář <petr_kovar@xxxxxxxxxx>
Date: Wed, 03 Mar 2010 11:25:47 +0100
Hello,

I've tried to use C sources generated after building the asn.1-based dissector to create own dll for this protocol. I prepared Makefiles and other needed files, built the dll succesfully, but after Wireshark startup appears error dialog "Could'nt load module... .dll ...specified procedure could not be found". 

Can anyone give me a hint where could be the fault ? 

Makefiles are written the same way as other plugins I've made and which are OK, but I care little bit about often use of the directive #line in the automatically generated C source file.

Thanks, Petr