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@xxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2003 05:17:38 -0500 (CDT)
sahlberg    2003/08/25 05:17:38 CDT

  Modified files:
    .                    packet-rpc.c 
  Log:
  Due to popular demand:
  
  The heuristic for RPC detection sometimes mistakenly decodes something as RPC when in reality it is payload.
  
  Since the heuristics is based on the PDU suze as specified in the record marker
  make this limit settable from the preferences.
  
  Arbitrary limit of 256kb is choosen as default instead of the original limit of 2mb.
  (face it, the largest common oncrpc pdus are those for nfs read/write anyway and these seldom go above 32kb.)
  
  Revision  Changes    Path
  1.136     +11 -3     ethereal/packet-rpc.c