Ethereal-dev: Re: [Ethereal-dev] patch to packet-dcerpc.c - to show interface names - win32 on

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

Date: Sun, 15 Feb 2004 16:21:21 +0000 (GMT)
In addition to this possible patch
I would like to have a variable like
dcerpc.unkuuid where it could be used
as a filter for display, and for capture.
So something like
tethereal -i eth1 -w dcerpc.unknown.uuids.cap -R "dcerpc.unkuuid"
could capture packets for unknowns.

Hopefully I can have a patch to do this by days end.


On Sun, 15 Feb 2004, Joerg Mayer wrote:

> On Sun, Feb 15, 2004 at 10:14:25AM +0200, Yaniv Kaul wrote:
> > For some reason, my previous patch didn't make it into CVS (due to an 
> > innocent C++ style comment, perhaps).
> 
> Maybe, or maybe erveryone was busy and missed your patch.
> Or maybe, your patch is going to create quite a few warnings on
> non-windows systems because of unused variables and parameters.
> Or maybe, I don't understand why it is valid to use resources
> from the local machine to decode theses values which were passed
> between two other machines. Maybe, if this is a valid aproach,
> these values are globally constant and should be copied into
> Ethereal to make them available to all os.
> Or maybe I'm just too tired to think clearly anymore.
> 
>   Jörg
> 
>