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

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:06 -0500 (CDT)
sahlberg    2002/05/09 07:10:06 CDT

  Modified files:
    .                    packet-portmap.c packet-rpc.c 
                         packet-rpc.h 
  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.36      +36 -1     ethereal/packet-portmap.c
  1.91      +35 -23    ethereal/packet-rpc.c
  1.36      +2 -1      ethereal/packet-rpc.h