Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] oracle sql dissector

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 30 Sep 2008 22:58:47 +0200
Hi Alexey,

The way to submit additions to Wireshark is to file a patch at https://bugs.wireshark.org. See the section "Source Code" on http://wiki.wireshark.org/SendingFilesToWireshark and
http://www.wireshark.org/docs/wsdg_html/#ChSrcSend

Before you do, can you clean up the code? The use of your own types, like BYTE, UI16_T, UI8_P, will get it rejected. Also the blocked out parts (#if 0 ... #endif) should be removed before the patch is created.
Make sure you attach the sample capture too.

Thanx,
Jaap


Alexey Eropkin wrote:
(sorry for my english)

Hi all.

I tried simply add packet-sqloracle.c to packet-tns.c . You can see result in http://pastebin.ru/297231 . I tried this with latest svn copy and oracle traffic. Please try this.