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: Sat, 17 Mar 2001 20:34:51 -0600 (CST)
guy         2001/03/17 20:34:50 CST

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Change some "MSRPC"s to "DCERPC"s.
  
  There's no need to clear the Info column right before setting it; we
  don't use any information from the packet other than stuff we've already
  determined is there (as part of the heuristic test for a DCE RPC
  packet), so there's no risk that we'll throw an exception before the
  Info column is set.
  
  Use "col_set_str()", rather than "col_add_str()" or "col_add_fstr()", to
  set the Protocol and Info columns.
  
  Revision  Changes    Path
  1.2       +9 -13     ethereal/packet-dcerpc.c