Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan conversation.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: Thu, 9 May 2002 07:10:07 -0500 (CDT)
sahlberg    2002/05/09 07:10:07 CDT

  Modified files:
    epan                 conversation.c 
  Log:
  Added parsing of PORTMAP GETPORT functions.
  When we see PRTOMAP GETPORT calls for UDP, make sure all further UDP packets to  or from
  this port goes to the ONC-RPC dissector regardless of the port on the other side.
  
  We need this because if there is ONC-RPC traffic going between the ONC-RPC Program port to a port which has a normal ethereal dissector, ethereal would dissect the traffic as the protocol associated with the other port instead.
  
  Revision  Changes    Path
  1.18      +2 -2      ethereal/epan/conversation.c