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.