[Wireshark-dev] wireshark with speed optimizations.

2008-11-07 Thread didier
Hi I have updated the wiki http://wiki.wireshark.org/Development/Optimization?action=AttachFiledo=gettarget=patch.26702.gz against svn 26702 and created a ppa for Ubuntu hardy: deb http://ppa.launchpad.net/did447/ubuntu hardy main With colorization enable this version is roughly ten time

Re: [Wireshark-dev] Creating installer to install WS with my plugin

2008-11-07 Thread Maynard, Chris
Did you modify the packaging/nsis/Makefile.nmake and packaging/nsis/wireshark.nsi files to include your plugin? -Original Message- From: [EMAIL PROTECTED] on behalf of Kaatz, David Sent: Thu 11/6/2008 7:52 PM To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] Creating installer to

[Wireshark-dev] 'OPENFILENAME_SIZE_VERSION_400' : undeclared identifier

2008-11-07 Thread CHRIS AKERS
I'm attempting to build Wireshark again but haven't done this for about 6 months. However I'm using exactly the same machine and software (albeit with an update from SVN etc): OS: Windows XP SP2 MSVC: Microsoft Visual Studio 2008 PSDK: Microsoft Platform SDK for Windows Server 2003 R2 I've

[Wireshark-dev] Dissector for User Protocol

2008-11-07 Thread Lukas Haas
i have implemented a sniffer in an fpga that captures the data packets on a RS-485 token network, packs them into ethernet packets, and sends them to a workstation. my idea now is to write a plugin for wireshark that analyzes these packets. i have already downloaded c++ compiler, wireshark

Re: [Wireshark-dev] 'OPENFILENAME_SIZE_VERSION_400' : undeclared identifier

2008-11-07 Thread Graham Bloice
CHRIS AKERS wrote: I'm attempting to build Wireshark again but haven't done this for about 6 months. However I'm using exactly the same machine and software (albeit with an update from SVN etc): OS: Windows XP SP2 MSVC: Microsoft Visual Studio 2008 PSDK: Microsoft Platform SDK for

Re: [Wireshark-dev] 'OPENFILENAME_SIZE_VERSION_400' : undeclaredidentifier

2008-11-07 Thread Gerald Combs
Visual Studio 2008 (both full frontal and Express Edition) come with their own platform SDK. Mixing in a different PSDK might cause problems. Different Visual Studio / PSDK combinations are listed at http://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html Anders Broman wrote: Hi,

Re: [Wireshark-dev] 'OPENFILENAME_SIZE_VERSION_400' : undeclaredidentifier

2008-11-07 Thread Anders Broman
Hi, Perhaps you need to use the SDK for visual studio 2008? Regards Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of CHRIS AKERS Sent: den 7 november 2008 14:04 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev]

Re: [Wireshark-dev] windows build error???

2008-11-07 Thread Anders Broman
Hi, Try a distclean and build again. Regards Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rajith pr Sent: den 7 november 2008 12:19 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev] windows build error??? Hi all, I have

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2008-11-07 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/1158 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason:

[Wireshark-dev] Dissectors and parsing mode

2008-11-07 Thread Chris Davies
Hi, I suspect this may be a stupid question, but I can only find vague allusions to the answer in the archives of this mailing list so I'll go ahead and ask it. I'm writing my first dissector plugin (for Delay Tolerant Networking's TCP convergence layer, if anyone is interested) and mostly

Re: [Wireshark-dev] Dissectors and parsing mode

2008-11-07 Thread Stephen Fisher
On Sat, Nov 08, 2008 at 12:40:03AM +, Chris Davies wrote: If I were getting a null tree pointer on the first run through, I'd assume this was just how it was supposed to work and attempt to work around my problems. That I'm getting a non-null pointer both times does raise the

Re: [Wireshark-dev] Dissectors and parsing mode

2008-11-07 Thread Chris Davies
2008/11/8 Stephen Fisher [EMAIL PROTECTED]: You're probably running into the situation where the color filters are enabled. This causes the tree to be non-null even when a packet isn't selected. Turn off color filters and try again. Simply put things that need to be processed at all times

Re: [Wireshark-dev] Dissectors and parsing mode

2008-11-07 Thread Guy Harris
On Nov 7, 2008, at 4:40 PM, Chris Davies wrote: What seems to happen with my dissector is that when I load one of my sample pcap files to test it out, my dissector is invoked for all the relevant packets in order. However, at this stage although the proto_tree* argument to the top level

Re: [Wireshark-dev] custom plugin dll - can it be dropped intoanother WS installation?

2008-11-07 Thread Maynard, Chris
What version of MSVC are you using? I'm guessing you're not using VS2008. Here's the way I understand things: If you are using VS2008 then you should be able to deliver your plugin to someone else running any off-the-shelf version of Wireshark 1.0.3 or later (since I believe that's when Gerald