Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc.c packet-dcerpc.h

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

From: sahlberg@xxxxxxxxxxxx (Ronnie Sahlberg)
Date: Fri, 5 Mar 2004 17:09:32 -0600 (CST)
sahlberg    2004/03/05 17:09:32 CST

  Modified files:
    .                    packet-dcerpc.c packet-dcerpc.h 
  Log:
  we need to export init_ndr_pointer_list() from packet-dcerpc  so that
  we can manually call functions to dissect NDR encoded structures without going through the DCERPC interface.
  
  There are NDR encoded blobs that are not encapsulated inside DCERPC
  such as in kerberos  and those dissectors need this.
  
  Revision  Changes    Path
  1.164     +2 -2      ethereal/packet-dcerpc.c
  1.40      +4 -1      ethereal/packet-dcerpc.h