For anyone following this thread, bug report 3009 created with code for ISMACryp 1.1 and 2.0 protocol dissector together with example capture file:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3009 David -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Stephen Fisher Envoyé : jeudi 2 octobre 2008 17:23 À : Developer support list for Wireshark Objet : Re: [Wireshark-dev] new plugin for ismacryp 1.1 protocol readyfor contribution - can anyone check for code quality etc /help with submission as build-in? On Thu, Oct 02, 2008 at 05:08:59PM +0200, [EMAIL PROTECTED] wrote: > I've followed existing examples / dissectors but would appreciate help > from anyone who is willing to check for code quality etc. Please open a bug at https://bugs.wireshark.org/, mark it as an enhancement and attach your patch to it. You can create a patch using the svn client. > Perhaps it doesn't compile on other platforms, I don't know. It most likely will. If accepted and added to Wireshark, it will automatically be built on buildbots running Windows XP, Linux, OS X and Solaris to ensure it compiles :). > I'm not quite sure how to include it directly as a build-in dissector, > presumably the .c and .h files go directly in \epan\dissectors? Yes. Hopefully as just one .c and .h. Just add it to epan\dissectors\Makefile.common (it's in alphabetical order) under DISSECTOR_SRC = Steve _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] https://wireshark.org/mailman/listinfo/wireshark-dev
