wireshark-dev March 2010 archive
Main Archive Page > Month Archives  > wireshark-dev archives
wireshark-dev: Re: [Wireshark-dev] INTERLINK dissector plugin ad

Re: [Wireshark-dev] INTERLINK dissector plugin added

From: Ed Beroset <beroset_at_nospam>
Date: Tue Mar 16 2010 - 15:57:50 GMT
To: Developer support list for Wireshark <wireshark-dev@wireshark.org>

Aniruddha A <aniruddha.a@gmail.com> wrote:

>How to decide whether a dissector has to be a plugin or a build-in ?
>Is it based on the code size ?
>I have also created a plugin (based on a protocol which is in draft
>state in IETF)
>and the code size is small, I was about to raise patch request on bugzilla,
>but after seeing this post, I am wondering whether to add it to epan/dissectors
>as a single file and then upload the patch.

I once had the same question, but then I found the answer in the Wireshark Developers Guide ( http://www.wireshark.org/docs/wsdg_html/#ChSrcCodeRequirements )

"Submit dissectors as build-in whenever possible. Developing a new dissector as a plugin is a good idea because compiling is quicker, but it's best to convert dissectors to the build-in style before submitting for checkin. This reduces the number of files that must be installed with Wireshark and ensures your dissector will be available on all platforms."

Ed
___________________________________________________________________________
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-request@wireshark.org?subject=unsubscribe