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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 19 Jun 2002 03:34:40 -0500 (CDT)
guy         2002/06/19 03:34:39 CDT

  Modified files:
    .                    packet-dcerpc.c packet-dcerpc.h 
  Log:
  Dissect the bodies of some additional PDU types.
  
  Show presentation context negotiation results and rejection reasons, PDU
  rejection reasons, and rejection status codes symbolically.  Show the
  presentation context negotiation rejection reason only if there was a
  rejection, and, if so, show it in the Info column as well as the
  protocol tree.
  
  Show more fields in the Info column.
  
  Show the packet type in decimal in the protocol tree - it's shown as
  decimal in the Info column and the values are shown as decimal in the
  DCE RPC 1.1 spec.
  
  Show the sequence number for connectionless PDUs as decimal in the
  protcool tree - it's snown as decimal in the Info column, and the call
  ID for connection-oriented PDUs is shown as decimal in the protocol
  tree.
  
  Revision  Changes    Path
  1.60      +950 -295  ethereal/packet-dcerpc.c
  1.17      +21 -16    ethereal/packet-dcerpc.h