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: Tue, 15 Apr 2003 03:04:55 -0500 (CDT)
guy         2003/04/15 03:04:54 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Don't put "[DCE/RPC fragment]" into the Info column if the packet isn't
  fragmented.
  
  "PFC_NOT_FRAGMENTED()" is checked early in "dissect_dcerpc_cn_stub()";
  there's no need to check it again in either of the code paths after
  that, as we know it's true in the first code path and false in the second.
  
  Revision  Changes    Path
  1.116     +7 -5      ethereal/packet-dcerpc.c