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

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Mar 2002 02:16:42 -0600 (CST)
sahlberg    2002/03/12 02:16:42 CST

  Modified files:
    .                    packet-dcerpc-netlogon.c 
                         packet-dcerpc-netlogon.h 
                         packet-dcerpc-nt.c 
  Log:
  Small fix for dissect_ndr_nt_UNICODE_STRING_str() in packet-dcerpc-nt.c
  so that NETLOGON will not dump core (since netlogon has these structs as top
  level reference pointers)
  
  Addition of full netlogon dissection. Full in the sense as it assumes the idl
  is correct and complete.
  Many calls and fields are unknown so they get dissected with "unknown long,
   contact ethereal-dev@... if you know what it is".
  
  Revision  Changes    Path
  1.3       +5504 -17  ethereal/packet-dcerpc-netlogon.c
  1.4       +43 -15    ethereal/packet-dcerpc-netlogon.h
  1.14      +5 -2      ethereal/packet-dcerpc-nt.c