Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nfs.c packet-nfs.h packet-nlm.c packe

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: Tue, 21 May 2002 05:17:34 -0500 (CDT)
sahlberg    2002/05/21 05:17:33 CDT

  Modified files:
    .                    packet-nfs.c packet-nfs.h packet-nlm.c 
                         packet-rpc.c 
  Log:
  Option to make filtering on nfs fhandles stateful.
  When this ption is enabled in Protocols/NFS displayfilters for fhandle fields
  such as nfs.fh.{hash|name|full_name} will find both the request and matching
  response packets even if the fhandle is only present in one of the packets.
  The option supports all NFS and related protocols which use nfs fhandles
  including async NLM.
  The option will not work with nfs packets containing multiple fhandles in
  one PDU, nor will it work if tcp collapses multiple segments/pdus into
  one larger segment.
  It only works for async NLM if one first enables the MSG/RES stateful
  matching for async NLM.
  
  Revision  Changes    Path
  1.70      +201 -28   ethereal/packet-nfs.c
  1.10      +11 -1     ethereal/packet-nfs.h
  1.27      +71 -1     ethereal/packet-nlm.c
  1.94      +32 -1     ethereal/packet-rpc.c