hi all, i have built my own rtp dissector adding some other info comments in debug log and built it.it is working fine.if i have to share to my friend how can i do that.? because there is no rtp dll in wireshark binary if we download. so to share is it possible.? asked 18 Jul '16, 08:17 rose_us |
One Answer:
As you mention a DLL, I'm assuming you're using Windows. If so, then you can create your own installer and distribute that to your friend. Note that as Wireshark is licenced under the GPL, then when you distribute the installer you must make an offer for the source code for your changes as well. If you feel your changes are useful, why not submit them back to the Wireshark project? answered 18 Jul '16, 09:03 grahamb ♦ |