Re: [Ethereal-dev] Patches for FCIP & FC dissectors

2004-02-18 Thread Gerald Combs
Dinesh G Dutt wrote: > Hi, > > I'm including patches to FCIP & FC decoders that: > - Add FCIP to the list of protocols that can be selected from "Decode As" > - Add an indicator for EISL header in FC frames. Checked in. ___ Ethereal-dev mailing

[Ethereal-dev] Patches for FCIP & FC dissectors

2004-02-18 Thread Dinesh G Dutt
Hi, I'm including patches to FCIP & FC decoders that: - Add FCIP to the list of protocols that can be selected from "Decode As" - Add an indicator for EISL header in FC frames. Dinesh -- Index: packet-fcip.c === RCS file: /cv

Re: [Ethereal-dev] patches for memory leaks

2003-12-04 Thread sford
> The tool currently tells me that there aren't any more on-going leaks. > Yet, the longer it runs (with a read filter), the more memory it > consumes. Does anybody know anything about the smb dissector? Expecially having to do with parsing "conversations". It looks like it saves information th

[Ethereal-dev] Patches to make Ethereal 0.9.15 compile with MVC

2003-12-04 Thread Schipper, Martijn
Hello list,   This are the patches I had to make to get Ethereal compile with MVC, nmake, and Cygwin tools. Some of these changes are maybe environment dependent but I think these come closer to what most people have. Some other patches are only necessary if you have the SDK installed but

Re: [Ethereal-dev] Patches for GSM A-i/f ANSI A-i/f ANSI MAP

2003-12-04 Thread Guy Harris
On Sat, Nov 08, 2003 at 04:39:47PM -0800, Michael Lum wrote: > cvs diff -u from latest CVS source: Checked in.

Re: [Ethereal-dev] Patches for GIOP Dissection

2003-12-04 Thread Frank Singleton
[EMAIL PROTECTED] wrote: I would like to suggest a couple of changes for GIOP-Dissection: The patches below provide support for dissection of 64-Bit Values "long long" and "unsigned long long" in GIOP protocols. I hope, I didn't make a complete mess with diff (Windows-User:-) - If you need complete

Re: [Ethereal-dev] Patches for packet-ansi_map.c packet-ansi_a.c packet-bssap.c

2003-12-04 Thread Guy Harris
On Tue, Oct 28, 2003 at 08:34:56AM -0800, Michael Lum wrote: > Fixed BCD decoding of filler nibble and fixed some > minor bugs. Checked in.

Re: [Ethereal-dev] patches for memory leaks

2003-12-04 Thread Guy Harris
On Oct 28, 2003, at 4:07 PM, [EMAIL PROTECTED] wrote: I found two minor memory leaks using "valgrind" (a good malloc debugging tool; see http://developer.kde.org/~sewardj/ for info). The tool currently tells me that there aren't any more on-going leaks. Yet, the longer it runs (with a read filte

Re: [Ethereal-dev] Patches for MingW

2003-12-04 Thread Guy Harris
On Monday, August 18, 2003, at 11:16 AM, Gisle Vanem wrote: I've built all programs with MingW + gcc 3.3.1 (using the todays snapshot). Does "README.win32" need to be updated to give any instructions on doing so? Some patches where needed though: * is needed for INET6 code in epan/resolv.c Ch

[Ethereal-dev] patches for config.nmake and Makefile.nmake

2003-12-04 Thread Andrew C. Feren
Attached are patches to, I hope, make the win32 build a bit more forgiving of different environments. config.nmake: changed POD2MAN=pod2man back to POD2MAN=$(PERL) $(UNIX_BIN)\pod2man POD2MAN=pod2man only works by default in environments with a pod2man.bat script. The later should work with or

Re: [Ethereal-dev] Patches for ANSI MAP ANSI A-i/f

2003-12-04 Thread Guy Harris
On Mon, Nov 10, 2003 at 05:24:46PM -0800, Michael Lum wrote: > packet-ansi_map.c.diff > Minor improvements > Added IEI level decoding of cdma2000 Handoff * IOS data parameters Checked in.

[Ethereal-dev] Patches to use default directory

2003-12-04 Thread Graeme Hewson
Currently Ethereal sets and uses a default directory for reading and writing, but only in some places. This set of patches extends the setting of the default directory to the -w option as well as the -r option, and causes all file dialogs to use and set the default consistently. (I haven't ch

[Ethereal-dev] patches

2003-12-04 Thread Pia Sahlberg
List, Guy, Please check in Lars patch to mgcp, he knows more about telco protos than i care to relearn. Also please checkin hte path ftom Tom for H245 since he peobably knows h323 better than me anyway. best regards fireman ronnie ___

Re: [Ethereal-dev] patches for make targets solaris-package and svr4-package

2003-12-04 Thread Guy Harris
On Mon, Jan 21, 2002 at 04:01:24PM -0800, Guy Harris wrote: > I've checked in the mkpkg and checkinstall.in patches; I'll see if > there's a way to get install-strip not to try to strip scripts > (hopefully they didn't just decide "GNU strip is smart enough not to > strip non-executable non-object

Re: [Ethereal-dev] Patches to use default directory

2003-12-03 Thread Guy Harris
On Fri, Sep 06, 2002 at 05:03:39PM +0100, Graeme Hewson wrote: > Currently Ethereal sets and uses a default directory for reading and > writing, but only in some places. This set of patches extends the > setting of the default directory to the -w option as well as the -r > option, and causes al

[Ethereal-dev] Patches for packet-ansi_map.c packet-ansi_a.c packet-bssap.c

2003-12-03 Thread Michael Lum
cvs diff -u from latest CVS source: packet-bssap.c.diff packet-ansi_map.c.diff packet-ansi_a.c.diff Fixed BCD decoding of filler nibble and fixed some minor bugs. -- Michael Lum Architect 4600 Jacombs Road (604) 276-0055 Richmond, B.C. Canada V6V 3B1 Telos

Re: [Ethereal-dev] Patches for capture.c and tethereal.c (0.9.0)

2003-12-03 Thread Guy Harris
> The attached patches add checks for pcap_dispatch, and stop capturing if > the call fails. Checked in. > My patch uses setjmp and longjmp, so I hope there are no portability > issues. "setjmp()" and "longjmp()" are in ANSI C, so there shouldn't be any. BTW, there was an entry in the AUTHORS f

[Ethereal-dev] patches

2003-12-03 Thread Lars . Roland
Hello all, I was able to compile Ethereal with glib 2.2.1 and GTK 2.2.1 on Windows. However I had to patch "plugins.c" because it used some functions, which are not available in glib 2 anymore. I also added col_set_fence() to the plugin_api, because I'd like to use it in a plugin. I also patched

Re: [Ethereal-dev] patches to add interface descriptions

2003-12-03 Thread Nathan Jennings
Guy Harris wrote: Yes, but that difference would be buried inside libpcap. Libpcap 0.7.1 already introduced an API that lets it supply descriptions if the OS can supply them. Currently, we don't even *try* to get descriptions except from Windows, and I am not proposing that we try to get them ours

RE: [Ethereal-dev] Patches to make Ethereal 0.9.15 compile with MVC

2003-12-03 Thread Graham Bloice
> > Which version of VC ?? > > I am using VC6. > > > > > SDK installed and these aren't needed. Have you run vcvars32.bat to > set > > up > > the compilation environment ? > > You are right: after running VCVARS32.BAT again it links without the > library modifications. But I asked the VC insta

Re: [Ethereal-dev] patches to add interface descriptions

2003-12-03 Thread Guy Harris
On Sun, Jul 06, 2003 at 03:13:03PM -0400, Nathan Jennings wrote: > Guy Harris wrote: > > On Wed, Jul 02, 2003 at 09:47:41PM -0400, Nathan Jennings wrote: > >>Yeah, I thought about that too... the OS may provide a description. But, > >>like you mentioned, sometimes you may have two or more of the s

[Ethereal-dev] patches for arcnet support

2003-12-03 Thread Peter Fales
Hi, I asked yesterday if there was any interest in my patches for supporting arcnet in ethereal. I've attached the patches against 0.9.7 A couple of questions/concerns 1) I had to make some changes to libpcap to include arcnet support (on linux, at least). Does it still make sense to i

RE: [Ethereal-dev] Patches to make Ethereal 0.9.15 compile with MVC

2003-12-03 Thread Graham Bloice
>This are the patches I had to make to get Ethereal compile with MVC, nmake, and Cygwin tools. Some of these changes are >maybe environment dependent but I think these come closer to what most people have. Some other patches are only >necessary if you have the SDK installed but I don't think they h

[Ethereal-dev] Patches to make Ethereal 0.9.15 compile with MVC

2003-12-03 Thread Michael Moore
Thanks for the tips on getting 0.9.15 to build with MSVC++. I've been working with Ethereal in Linux for a while, but this is my first dive into win32. Ethereal finally full links and runs, but when I attempt a capture I get the pop-up message: ethereal.exe - Application Error The instruction at

RE: [Ethereal-dev] patches to add interface descriptions

2003-12-03 Thread Biot Olivier
> -Original Message- > From: Richard Urwin > > I like this feature, it would be very useful in a Windows > setting, where > all of the interfaces tend to have the same name, but wouldn't it be > better to have a seperate dialog to set the description? > > Interface: [fxp0

Re: [Ethereal-dev] patches for make targets solaris-package and svr4-package

2003-12-03 Thread Andrew C. Feren
Guy Harris <[EMAIL PROTECTED]> writes: > On Mon, Jan 21, 2002 at 04:01:24PM -0800, Guy Harris wrote: > > I've checked in the mkpkg and checkinstall.in patches; I'll see if > > there's a way to get install-strip not to try to strip scripts > > (hopefully they didn't just decide "GNU strip is smart

[Ethereal-dev] Patches for ANSI MAP ANSI A-i/f

2003-12-03 Thread Michael Lum
cvs diff -u from latest CVS source: packet-ansi_a.c.diff Changed P_xxx to ANSI_A_E_xxx Fixed decoding of some parameters packet-ansi_map.c.diff Minor improvements Added IEI level decoding of cdma2000 Handoff * IOS data parameters -- Michael Lum