Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ndmp.c packet-rpc.c rpc_defrag.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: Mon, 21 Apr 2003 03:13:19 -0500 (CDT)
guy         2003/04/21 03:13:19 CDT

  Modified files:
    .                    packet-ndmp.c packet-rpc.c rpc_defrag.h 
  Log:
  Make "first_pdu" an argument rather than a global in the ONC RPC
  dissector - including the ONC RPC-over-TCP record marking code, which is
  also used by NDMP.
  
  That means that the NDMP dissector can, like the ONC RPC dissector, put
  into the Info column items for all the NDMP messages dissected for a
  frame; make it do so.
  
  Revision  Changes    Path
  1.24      +16 -10    ethereal/packet-ndmp.c
  1.120     +29 -36    ethereal/packet-rpc.c
  1.5       +4 -4      ethereal/rpc_defrag.h