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

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: Sun, 16 Jun 2002 19:04:50 -0500 (CDT)
guy         2002/06/16 19:04:50 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Add #defines for the bits in the flag fields, and a macro to test
  whether a connection-oriented PDU is fragmented or not.
  
  Clean up the handling of fragmented connection-oriented PDUs (the code
  to handle fragmented PDUs can assume that it is not the case that both
  PFC_FIRST_FRAG and PFC_LAST_FRAG are set, as that's an unfragmented
  PDU).  Put an entry into the protocol tree for the fragment data in
  fragmented PDUs.
  
  For fragmented connectionless PDUs, don't hand the payload of any
  fragment other than the first fragment to the subdissector.
  
  Revision  Changes    Path
  1.56      +247 -87   ethereal/packet-dcerpc.c