Re: [Wireshark-dev] performing cpu/time intensive computation in a protocol dissector

2008-09-30 Thread Sake Blok
On Thu, Aug 07, 2008 at 03:57:46PM +0200, Luis EG Ontanon wrote: My vote goes for 2) : Wireshark is a troubleshooting tool and a vulnerable key can be source of trouble. It would be plainly wrong not to notify of a potential source of trouble if we can. I wonder whether we actually need

Re: [Wireshark-dev] Error while setting up check-out of code

2008-09-30 Thread Abhik Sarkar
Or, like in the case of a problem I had recently, the proxy was detected, but the proxy needed authentication. In that case, you need to create a file called .wgetrc in %HOME% and its contents should be something like this: http_proxy=a.b.c.d:port proxy_user=username proxy_password=password

Re: [Wireshark-dev] performing cpu/time intensive computation in a protocol dissector

2008-09-30 Thread Stephen Fisher
On Tue, Sep 30, 2008 at 10:43:22AM +0200, Sake Blok wrote: OK, it's been a while, but no decission has been made for enhancing Wireshark with Weak-Key detection and decryption. Is this something we can all (oh well, most of us) agree on? I vote for #2. If so, I think the option of using

[Wireshark-dev] oracle sql dissector

2008-09-30 Thread Alexey Eropkin
(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. -- Software is like sex, it is better when it's free

Re: [Wireshark-dev] oracle sql dissector

2008-09-30 Thread Alexey Eropkin
addon here is capture file for test -- Software is like sex, it is better when it's free cap_file.tar.bz2 Description: BZip2 compressed data ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

[Wireshark-dev] Adding live 802.15.4 Capture

2008-09-30 Thread Colin O'Flynn
Hello, I am working on a project which routes IPv6 over 802.15.4, or 6lowpan. Part of this project (the part I'm working on) uses a USB stick to interface this network to the computer. This mounts a USB stick as a fake ethernet interface, so the computer can easily send/receive IPv6 packets.

Re: [Wireshark-dev] Adding live 802.15.4 Capture

2008-09-30 Thread Bill Meier
Colin O'Flynn wrote: The problem is I don't see wpan as an option in the prefrences dialog! Any hints to what I am doing wrong? It seems fairly simple, however I'm not very familiar with the Wireshark sources. The code compiles and works works fine once an #include epan/prefs.h is added

Re: [Wireshark-dev] Error while setting up check-out of code

2008-09-30 Thread Peter Johansson
2008/9/29 Luis EG Ontanon [EMAIL PROTECTED] Try to pass the proxy settings manually. e.g.: HTTP_PROXY=1.2.3.4: nmake -f Makefile.nmake setup \Lego On Mon, Sep 29, 2008 at 3:55 PM, Roshan Nair [EMAIL PROTECTED] wrote: Hi, I am seeing thiis error while I execute the command