ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.