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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Sep 2001 03:13:34 -0500 (CDT)
guy         2001/09/12 03:13:33 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  When establishing or searching for a conversation for ONC RPC, use both
  source and destination addresses if the transport is TCP (we use that,
  for now, as a proxy for "if the transport is connection-oriented"), as
  the endpoint addresses should be the same for all packets.
  
  Have both a heuristic RPC dissector and a non-heuristic version, and
  make the non-heuristic version the dissector for the conversations we
  create; that version will, if the frame doesn't look like a call or
  reply, mark it as continuation data.
  
  Revision  Changes    Path
  1.69      +190 -33   ethereal/packet-rpc.c