Ethereal-dev: Re: [Ethereal-dev] FYI - bug (with patch) for ethereal-0.10.9

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 28 Jan 2005 02:09:23 -0800
LEGO wrote:

 mate_packet()  is a do-nothing function used only to pass it to the
tap, I think that should not even be anymore in the mate_runtime.c
(it's there because it was used once) it should be moved to
mate_setup.c and removed from mate.h, the next patch for mate will
include this change.

I'm curious about your system because at first sight both prototypes
look identical to me.

The existing prototypes don't have variable names; he patched it to add them. See my other reply for an explanation of why that makes a difference with GCC but doesn't make a difference with other compilers; if you're not using GCC, I suspect the difference between his system and yours is that he's using GCC while you aren't. (If you *are* using GCC, I have no idea why the code in question compiled....)