Re: [Wireshark-dev] 0.99.5 - 1.0.0

2008-06-26 Thread Andrew.Martin
I'm not getting any debug info in Wireshark itself, but if I look into it I'll keep your comments in mind. Thanks. The link Jaap pointed me at sounds like the most likely cause. So I guess I'll either need to update my dev version to 1.0.0 or stick with 0.99.5. Cheers Guys -Original Messag

[Wireshark-dev] 0.99.5 - 1.0.0

2008-06-26 Thread Andrew.Martin
Hi guys Ages ago I wrote a dissector for Wireshark 0.99.5, which worked fine. I've just tried using Wireshark 1.0.0 and with the same trace I get a malformed packet on the decode! Has anyone else had this problem? Cheers This email and any files attached are intended for the addressee an

Re: [Wireshark-dev] Wireshark/Ethereal compatibility

2007-01-10 Thread Andrew.Martin
I understand that there is no guaranteed compatibility. It doesn't really matter now anyway, I tried versions 13 and 14 too and neither worked, so I'll stick with "it's a dissector for wireshark." Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gu

[Wireshark-dev] Wireshark/Ethereal compatibility

2007-01-10 Thread Andrew.Martin
Hi guys, I've developed a dissector using Wireshark 0.99.4, and it works fine. Now during development I'm sure I checked if the dissector worked on ethereal, and again, I'm sure it did. However I didn't check the version number. One of the people now testing the dissector has just told me that

[Wireshark-dev] Creating a Win32 installer with new plugin

2007-01-02 Thread Andrew.Martin
Hi guys, I have a slight problem. I've finished the work on my dissector and now I want to be able to package it up into a win32 installer using nsis. Only problem I'm having is when I go thru the packaging step, I just get the original wireshark install, i.e. my dissector isn't in there! What

[Wireshark-dev] Trying to add computed value

2006-11-27 Thread Andrew.Martin
Hiya I'm tring to get a calculated value to be displayed instead of the value pulled out of the packet. However all I get is the value in the packet. Can somebody tell an idiot what I need to do please! Cheers This email and any files attached are intended for the addressee and may contain i

[Wireshark-dev] Proto_tree_add question

2006-11-16 Thread Andrew.Martin
I have a question I hope you guys can answer. Basically I've got a field in a packet that is a floating point. My question is however, to pull this value out I have to use tvb_get_ntohieee_float, but then I don't know how to display that like the proto_tree_add_item function does. Help please!

Re: [Wireshark-dev] Release 00.99.4 missing file?

2006-11-07 Thread Andrew.Martin
I have had this error, or at least something similar. It was when I was developing a disector. For whatever reason, I had to have a fresh clean plugin.c file in the folder and delete the .obj file everytime. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Wireshark-dev] Don't need the chaff

2006-11-06 Thread Andrew.Martin
Hi,   I'm developing a dissector, now within a packet header there are 2 bytes, 5 bits relate to flags and 3 bits refer to the message. I've managed to seperate the flags into their individual bits, but I need all three of the remaining bits.   How do I do that?   Cheers   This email and a

Re: [Wireshark-dev] Comiling Dissector

2006-11-03 Thread Andrew.Martin
Ok, So I found something that referred me to doc/readme.plugins and I followed the details in there.   However I'm now getting the following error when 'all' comes to my plugin folder       cd ..    cd xxx    NMAKE /   -f Makefile.nmake   Microsoft (R) Program M

[Wireshark-dev] Comiling Dissector

2006-11-03 Thread Andrew.Martin
Told you I'd be back!!!   Ok so I'm using the developer help to get the foo dissector plug-in installed using vc6. However, when I try compiling I keep getting linker errors relating to the include files, but if I give the path in project settings then I get linker errors for the include fi

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-11-02 Thread Andrew.Martin
Title: Re: [Wireshark-dev] OMG Still it doesn't compile! OMG it compiles   Cheers guys, I'll be back later how'd I do this, how'd i do that! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman (AL/EAB)Sent: 01 November 2006 09:19To: Developer support list for W

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-11-01 Thread Andrew.Martin
Nope, no joy doing that either, still the same problem with the netsnmp.lib file. Apart from the ftp on wireshark where else can I get a copy of net-snmp-5.3.1? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman Sent: 31 October 2006 22:15 To

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-10-31 Thread Andrew.Martin
Ok I've started over. This post is a little long, but it shows where I'm at, hopefully it'll give you guys an idea as to what I'm not doing or whats wrong All this is from the win32 command line. Run vcvar32.bat Nmake -f makefile.nmake distclean Nmake -f makefile.nmake verify_tools Nmake -f

Re: [Wireshark-dev] OMG Still it doesn't compile!

2006-10-27 Thread Andrew.Martin
I've tried using cygwin, and cant get past the ./configure command. It keeps complaining that it cant find libpcap, where and how do I install this libpcap? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf Lamping Sent: 26 October 2006 21:37 To: Devel

[Wireshark-dev] OMG Still it doesn't compile!

2006-10-26 Thread Andrew.Martin
This is insane, I've had so much trouble trying to get wireshark to compile.   My latest error is this, I appreciate it if you could show me the way!   Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0Copyright (C) Microsoft Corp 1988-1998. All rights reserved.   NMAKE : fatal

Re: [Wireshark-dev] nmake U1077 errors

2006-10-24 Thread Andrew.Martin
Ok so now I have the same error for wiretap, the one right under asn1.   Doh! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anders Broman (AL/EAB)Sent: 24 October 2006 10:47To: Developer support list for WiresharkSubject: SV: [Wireshark-dev] nmake U1077 errors Hi, From

Re: [Wireshark-dev] nmake U1077 errors

2006-10-24 Thread Andrew.Martin
I removed that line, but instead I get this error:   NMAKE : fatal error U1052: file 'Makefile.nmake' not foundStop.NMAKE : fatal error U1077: '"C:\PROGRA~1\Microsoft Visual Studio\VC98\Bin\NMAKE.EXE"' : return code '0x2'Stop. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Wireshark-dev] nmake U1077 errors

2006-10-24 Thread Andrew.Martin
I'm attepting to write a decoder, well I would if I could get wireshark to compile!   I'm on a win2k box and I'm getting the following error when I run nmake -f makefile.nmake distclean:   cd asn1NMAKE : fatal error U1077: 'cd' : return code '0x1'Stop.   I also get the following error when