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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Dec 2002 15:01:38 -0600 (CST)
sahlberg    2002/12/06 15:01:37 CST

  Modified files:
    .                    packet-rpc.c 
  Log:
  When we have tretransmissions of TCP for a RPC/(NFS) session we
  often get TCP to collapse multiple RPC PDUs into a MSS TCP segment.
  
  This changes the RPC dissector so that it will put one entry on COL_INFO
  for each PDU in the segment, (as the SMB dissector does for multiple AndX calls in one SMB PDU)
  and just one entry for the first/last RPC PDU.
  
  Revision  Changes    Path
  1.112     +29 -5     ethereal/packet-rpc.c