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

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 May 2002 21:30:22 -0500 (CDT)
tpot        2002/05/09 21:30:22 CDT

  Modified files:
    .                    packet-dcerpc.h 
  Log:
  Added a private data member to the dcerpc_info structure.  This second
  level of private data turns out to be needed to pass something other than
  an int to dcerpc_dissect_fnct_t functions passed to dissect_ndr_pointer.
  
  A nicer way of doing this would be to convert the levels parameter to a
  void *state type of variable but this turns out to be a lot more work as
  opposed to a one line change here.  (-:
  
  Revision  Changes    Path
  1.15      +2 -1      ethereal/packet-dcerpc.h