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: Wed, 16 Apr 2003 07:15:08 -0500 (CDT)
sahlberg    2003/04/16 07:15:08 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Register RPC as dissector for both TCP and UDP port 111 which is used by ONC-RPC/PORTMAPPER
  
  The reason for doing this is to allow a user to pick RPC as a protocol offered
  by DecodeAs...
  
  Why:
  If ethereal has tcp-reseembly enabled, the heuristic dissector for rpc will not even attempt to find RPC packets.
  If no PORTMAPPER/GETPORT are available either in the capture there is
  currently no way for ethereal to know/learn that the conversation is ONC-RPC.
  This at least will allow users to manually tell ethereal that such a conversation is ONC-RPC.
  
  Revision  Changes    Path
  1.116     +13 -1     ethereal/packet-rpc.c