Ethereal-dev: Re: dcerpc patch (was Re: [Ethereal-dev] Is someone working on a DCOM/ORPC disse

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 10 Jul 2001 18:14:47 -0700 (PDT)
> I wasn't sure about that, because packet-rpc.c uses both g_malloc and
> g_mem_chunk_alloc.  I now see why.  It uses g_malloc for rpc_procs and
> rpc_progs, which are where it keeps track of its subdissectors, which
> don't change for different captures.  It also doesn't recreate those
> per capture.  dcerpc_uuids is analogous to those, which is why I'm not
> destroying/recreating it.

I.e., "dcerpc_init_uuid()" is for DCE RPC what "rpc_init_proc_table()"
is for ONC RPC?