I want to contribute my amf plugin to wireshark community. Please provide me with the details of the contribution process asked 03 Apr '13, 23:24 Akhil |
One Answer:
From the "Develop -> Get Involved" page on the Wireshark website: If you have changes you want included in Wireshark, please attach it to a bug report and mark it for review. answered 04 Apr '13, 01:25 grahamb ♦ |
Note that we prefer to have the plugin converted to an internal dissector. Moreover the patch should be generated against the trunk, not 1.8 or 1.6 branches.
And fuzz test; that means collect capture files of your protocol in action and run the fuzz test tool on it. This to make sure to shake out the bugs.
@Pascal Quantin, @Jaap,
Both the above points are in the developers guide section on contributions.
@grahamb yes you are right: I just focused on chapter 3.9.5 and missed 3.9.4 :)
@grahamb: yes, but please do fuzz test anyway ;)