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
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
> 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
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
On Sat, Nov 08, 2003 at 04:39:47PM -0800, Michael Lum wrote:
> cvs diff -u from latest CVS source:
Checked in.
[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
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.
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
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
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
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.
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
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
___
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
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
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
> 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
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
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
> > 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
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
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
>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
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
> -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
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
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
27 matches
Mail list logo