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

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, 28 May 2002 08:59:20 -0500 (CDT)
sahlberg    2002/05/28 08:59:20 CDT

  Modified files:
    .                    packet-dcerpc-browser.c 
  Log:
  DCERPC Browser protocol updates. Dissection completed of all functions and structures for DCERPC Browser protocol used by windows hosts.
  Dissector dissects all types, all structs and all functions. However, the names of scalars, aggregates and functions are not known and have to be filled in later when users report what the fields actually means.
  
  The dissector also contains the entire IDL definition which can be extracted by running
  cat packet-dcerpc-browser.c | grep IDL | sed -e "s/.*IDL//g" >browser.idl
  
  Please keep the idl definitions updated when changing this file.
  
  Revision  Changes    Path
  1.3       +663 -10   ethereal/packet-dcerpc-browser.c